AccessControlEntry Constructor (String, String, Boolean)
Namespace: Microsoft.TeamFoundation.Integration.Server
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.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.