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