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