public string SortBy { get; set; }
Public Property SortBy As String
Get
Set
public:
virtual property String^ SortBy {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract SortBy : string with get, set
override SortBy : string with get, set