AccessEntry Constructor (Int32, Int32, Int32, Int32, String, String)
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Declaration
Public Sub New ( _
allow As Integer, _
deny As Integer, _
allowInherited As Integer, _
denyInherited As Integer, _
identityName As String, _
displayName As String _
)
public AccessEntry(
int allow,
int deny,
int allowInherited,
int denyInherited,
string identityName,
string displayName
)
public:
AccessEntry(
int allow,
int deny,
int allowInherited,
int denyInherited,
String^ identityName,
String^ displayName
)
new :
allow:int *
deny:int *
allowInherited:int *
denyInherited:int *
identityName:string *
displayName:string -> AccessEntry
public function AccessEntry(
allow : int,
deny : int,
allowInherited : int,
denyInherited : int,
identityName : String,
displayName : String
)
Parameters
- allow
Type: System.Int32
- deny
Type: System.Int32
- allowInherited
Type: System.Int32
- denyInherited
Type: System.Int32
- identityName
Type: System.String
- displayName
Type: System.String
.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.