public SortDirection SortOrder { get; set; }Public Property SortOrder As SortDirection
Get
Setpublic:
property SortDirection SortOrder {
SortDirection get ();
void set (SortDirection value);
}member SortOrder : SortDirection with get, set