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