Returns an array of valid choices.
Read-only property
[Visual Basic .NET] |
---|
Public Property SupportedDataTypes() As System.Array |
[C#] |
---|
public System.Array SupportedDataTypes {get;} |
[Managed C++] |
---|
public: __property System::Array get_SupportedDataTypes(); |
[Unmanaged C++] |
---|
public: HRESULT get_SupportedDataTypes( SAFEARRAY * * ppRetVal ); |
[Java] |
---|
public AgSafeArray getSupportedDataTypes(); |