This documentation is archived and is not being maintained.

AccessControlEntry::Allow Property

Gets or sets the set of permission bits that represents the actions that the associated identity is allowed to perform.

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

public:
property int Allow {
	int get ();
	void set (int value);
}

Property Value

Type: System::Int32
The set of permission bits that represents the actions that are allowed.

Show: