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