Get the labels associated with the interval
lists in the collection.
Read-only property
[Visual Basic .NET] |
---|
Public Property Labels() As System.Array
|
[C#] |
---|
public System.Array Labels {get;}
|
[Managed C++] |
---|
public: __property System::Array^ get_Labels();
|
[Unmanaged C++] |
---|
public: HRESULT get_Labels(
|
[Java] |
---|
public Object[] getLabels();
|