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