public bool CanEdit { get; set; }
Public Property CanEdit As Boolean Get Set
public: property bool CanEdit { bool get (); void set (bool value); }
member CanEdit : bool with get, set
In This Article