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.
Namespace: Microsoft.TeamFoundation.Server
Assembly: Microsoft.TeamFoundation (in Microsoft.TeamFoundation.dll)
Syntax
'Declaration
Public Sub New ( _
actionId As String, _
sid As String, _
deny As Boolean _
)
public AccessControlEntry(
string actionId,
string sid,
bool deny
)
public:
AccessControlEntry(
String^ actionId,
String^ sid,
bool deny
)
new :
actionId:string *
sid:string *
deny:bool -> AccessControlEntry
public function AccessControlEntry(
actionId : String,
sid : String,
deny : boolean
)
Parameters
- actionId
Type: System.String
- sid
Type: System.String
- deny
Type: System.Boolean
.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.