List<string> AllowedOperands { get; set; }
Property AllowedOperands As List(Of String)
Get
Set
property List<String^>^ AllowedOperands {
List<String^>^ get ();
void set (List<String^>^ value);
}
abstract AllowedOperands : List<string> with get, set