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