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