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