This documentation is archived and is not being maintained.

AccessControlEntry::Deny Property

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

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

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

Property Value

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

Show: