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