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