Gets the number of array elements
Read-only property
| [Visual Basic .NET] |
|---|
Public Property NumberOfElements() As Integer
|
| [C#] |
|---|
public int NumberOfElements {get;}
|
| [Managed C++] |
|---|
public: __property int get_NumberOfElements();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_NumberOfElements(
|
| [Java] |
|---|
public ppInteger getNumberOfElements();
|