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


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