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