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