This documentation is archived and is not being maintained.
AccessControlEntryFromVersionControl Constructor
Visual Studio 2013
Initializes a new AccessControlEntryFromVersionControl instance.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
public: AccessControlEntryFromVersionControl( TeamFoundationIdentity^ identity, int allow, int deny )
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.
- 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.
Show: