[NotNullAttribute]
public string RefSection { get; set; }<NotNullAttribute>
Public Property RefSection As String
Get
Setpublic:
[NotNullAttribute]
property String^ RefSection {
String^ get ();
void set (String^ value);
}[<NotNullAttribute>]
member RefSection : string with get, set