System.Messaging Reference (Document! X Sample)
System.Messaging Namespace / AccessControlEntry Class / CustomAccessRights Property



In This Topic
    CustomAccessRights Property
    In This Topic
    Gets or sets custom access rights.
    Syntax
    'Declaration
     
    
    Protected Property CustomAccessRights As Integer
    'Usage
     
    
    Dim instance As AccessControlEntry
    Dim value As Integer
     
    instance.CustomAccessRights = value
     
    value = instance.CustomAccessRights
    protected int CustomAccessRights {get; set;}
    protected:
    property int CustomAccessRights {
       int get();
       void set (    int value);
    }

    Property Value

    Application-specific access rights, usually defined as a bitflag.
    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