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