Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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)
Syntax
'Declaration
Public Property Deny As Integer
Get
Set
public int Deny { get; set; }
public:
property int Deny {
int get ();
void set (int value);
}
member Deny : int with get, set
function get Deny () : int
function set Deny (value : int)
Property Value
Type: System.Int32
The set of permission bits that represents the actions that are not allowed.
.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.