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