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