adTempus API
ArcanaDevelopment.adTempus.Client Namespace / SecurityDescriptor Class / Permissions Property


In This Topic
    Permissions Property
    In This Topic
    Gets a list of all AccessControlEntries defined for this object.
    Syntax
    'Declaration
     
    
    <NotNullAttribute()>
    Public ReadOnly Property Permissions As AccessControlEntryCollection
    [NotNull()]
    public AccessControlEntryCollection Permissions {get;}
    [NotNull()]
    public:
    property AccessControlEntryCollection^ Permissions {
       AccessControlEntryCollection^ get();
    }
    See Also