Returns an array of valid choices.
Read-only property
| [Visual Basic .NET] |
|---|
Public Property ElevationSupportedTypes() As System.Array
|
| [C#] |
|---|
public System.Array ElevationSupportedTypes {get;}
|
| [Managed C++] |
|---|
public: __property System::Array^ get_ElevationSupportedTypes();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_ElevationSupportedTypes(
|
| [Java] |
|---|
public Object[] getElevationSupportedTypes();
|