adTempus API
ArcanaDevelopment.adTempus.Client Namespace / AccessControlEntry Class / IsSystem Property


In This Topic
    IsSystem Property (AccessControlEntry)
    In This Topic
    Indicates whether this is a system-managed entry.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsSystem As Boolean
    public bool IsSystem {get;}
    public:
    property bool IsSystem {
       bool get();
    }
    Remarks
    If IsSystem is true, this item cannot be modified or deleted.
    See Also