CategoryNameCollection.Item[Int32] Property

Definition

Gets the category name at the specified index.

public:
 property System::String ^ default[int] { System::String ^ get(int index); };
public string this[int index] { get; }
member this.Item(int) : string
Default Public ReadOnly Property Item(index As Integer) As String

Parameters

index
Int32

The index of the collection element to access.

Property Value

The category name at the specified index.

Applies to