Namespace:  Microsoft.TeamFoundation.VersionControl.Server
Assembly:  Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Declaration
Public Sub New ( _
    allow As Integer, _
    deny As Integer, _
    allowInherited As Integer, _
    denyInherited As Integer, _
    identityName As String _
)
public AccessEntry(
    int allow,
    int deny,
    int allowInherited,
    int denyInherited,
    string identityName
)
public:
AccessEntry(
    int allow, 
    int deny, 
    int allowInherited, 
    int denyInherited, 
    String^ identityName
)
new : 
        allow:int * 
        deny:int * 
        allowInherited:int * 
        denyInherited:int * 
        identityName:string -> AccessEntry
public function AccessEntry(
    allow : int, 
    deny : int, 
    allowInherited : int, 
    denyInherited : int, 
    identityName : String
)
Parameters
- allow
 Type: System.Int32
- deny
 Type: System.Int32
- allowInherited
 Type: System.Int32
- denyInherited
 Type: System.Int32
- identityName
 Type: System.String
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.