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