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