This documentation is archived and is not being maintained.

AccessControlEntry Constructor (IdentityDescriptor, Int32, Int32)

Initializes a new AccessControlEntry instance.

Namespace:  Microsoft.TeamFoundation.Framework.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

public:
AccessControlEntry(
	IdentityDescriptor^ descriptor, 
	int allow, 
	int deny
)

Parameters

descriptor
Type: Microsoft.TeamFoundation.Framework.Client::IdentityDescriptor

The identity descriptor of the user to whom this access control entry applies.

allow
Type: System::Int32

The allowed permissions for this descriptor.

deny
Type: System::Int32

The denied permissions for this descriptor.

Show: