Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies whether a permission is granted or denied.
Namespace:  Microsoft.TeamFoundation.Server
Assembly:  Microsoft.TeamFoundation (in Microsoft.TeamFoundation.dll)
Syntax
'Declaration
Public Deny As Boolean
'Usage
Dim instance As AccessControlEntry 
Dim value As Boolean 
value = instance.Deny 
instance.Deny = value
public bool Deny
public:
bool Deny
public var Deny : boolean
Remarks
Set to True for DENY ACEs, and to False for ALLOW ACEs.
.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.