System.Messaging Reference (Document! X Sample)
System.Messaging Namespace / MessageQueueInstaller Class / Permissions Property



In This Topic
    Permissions Property
    In This Topic
    Gets or sets permissions associated with the queue.
    Syntax
    'Declaration
     
    
    Public Property Permissions As AccessControlList
    'Usage
     
    
    Dim instance As MessageQueueInstaller
    Dim value As AccessControlList
     
    instance.Permissions = value
     
    value = instance.Permissions
    public AccessControlList Permissions {get; set;}
    public:
    property AccessControlList^ Permissions {
       AccessControlList^ get();
       void set (    AccessControlList^ value);
    }

    Property Value

    A AccessControlList that contains one or more access control entries that specify the trustees and permissions to grant for the queue.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also