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


In This Topic
    DeniedPermissionList Property
    In This Topic
    Gets a comma-delimited list of the names of the permissions denied by this permission set.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property DeniedPermissionList As String
    public string DeniedPermissionList {get;}
    public:
    property String^ DeniedPermissionList {
       String^ get();
    }
    Remarks
    This property returns a comma-delimited list of all denied permissions, using ArcanaDevelopment.adTempus.Shared.Describe.GetSecurityPermissionName to get the name for each permission. For example, the list could return "Modify, Delete".
    See Also