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