public string[] AllowedValues { get; set; }Public Property AllowedValues As String()
Get
Setpublic:
property array<String^>^ AllowedValues {
array<String^>^ get ();
void set (array<String^>^ value);
}member AllowedValues : string[] with get, set