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(
|
[Java] |
---|
public Object[] getProfileSupportedTypes();
|