CategoryCanDelete Property |
Indicates if category can be deleted.
System categories like WORK and LUNCH cannot be
deleted.
Namespace: AMG.API.DefinitionsAssembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax 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
Property Value
Type:
BooleanSee Also