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