Gets or sets the group's sort order. If
SortExpression is specified, it is used for sorting, otherwise
GroupBy is used.
シンタックス
'宣言
Public Property Sort As SortEnum
'使用法
Dim instance As Group
Dim value As SortEnum
instance.Sort = value
value = instance.Sort
public SortEnum Sort {get; set;}
参照