ArcObjects Library Reference (CartoUI)  

IAVObject.Property Property

The properties at the given index.

[Visual Basic .NET]
Public Function get_Property ( _
    ByVal index As Integer _
) As IProperty
[C#]
public IProperty get_Property (
    int index
);

Product Availability

Available with ArcGIS Desktop.

See Also

IAVObject Interface