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


In This Topic
    IsSystem Property (SecurityEntity)
    In This Topic
    Indicates whether this is a system-defined (built-in) security entity
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsSystem As Boolean
    public bool IsSystem {get;}
    public:
    property bool IsSystem {
       bool get();
    }
    Remarks
    System-defined entities have well-known OIDs and cannot be deleted
    See Also