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



In This Topic
    AccessControlEntry Constructor()
    In This Topic
    Initializes a new instance of the AccessControlEntry class that specifies neither a trustee nor set of rights to apply.
    Syntax
    'Declaration
     
    
    Public Function New()
    'Usage
     
    
    Dim instance As New AccessControlEntry()
    public AccessControlEntry()
    public:
    AccessControlEntry();
    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