'Declaration
Public Property Sort As System.String
public System.string Sort {get; set;}
Remarks
Sort order is defined as a list of view column names breaked by comma, with optional sort direction qualifier "ASC" (ascending) or "DESC" (descending) that follows the column name. If this qualifier is omited then the ascending order is supposed. Column names can be wrapped in square brackets ("[]").