public bool CanSort { get; set; }Public Property CanSort As Boolean
Get
Setpublic:
virtual property bool CanSort {
bool get () sealed;
void set (bool value) sealed;
}abstract CanSort : bool with get, set
override CanSort : bool with get, set