Initializes a new AccessControlEntryFromVersionControl instance.
Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Sub New ( _
    identity As TeamFoundationIdentity, _
    allow As Integer, _
    deny As Integer _
)
public AccessControlEntryFromVersionControl(
    TeamFoundationIdentity identity,
    int allow,
    int deny
)
public:
AccessControlEntryFromVersionControl(
    TeamFoundationIdentity^ identity, 
    int allow, 
    int deny
)
new : 
        identity:TeamFoundationIdentity * 
        allow:int * 
        deny:int -> AccessControlEntryFromVersionControl
public function AccessControlEntryFromVersionControl(
    identity : TeamFoundationIdentity, 
    allow : int, 
    deny : int
)
Parameters
- identity 
 Type: Microsoft.TeamFoundation.Framework.Client.TeamFoundationIdentity- The identity to which this AccessControlEntry applies. 
- allow 
 Type: System.Int32- Allow permissions. 
- deny 
 Type: System.Int32- Deny permissions. 
.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.