CategoryIsSystem Property |
Indicates if the category is system or user defined.
Namespace: AMG.API.DefinitionsAssembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax public bool IsSystem { get; set; }
Public Property IsSystem As Boolean
Get
Set
public:
property bool IsSystem {
bool get ();
void set (bool value);
}
member IsSystem : bool with get, set
Property Value
Type:
BooleanSee Also