Construtor AccessEntry (Int32, Int32, Int32, Int32, String, String)
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (em Microsoft.TeamFoundation.VersionControl.Server.dll)
Sintaxe
'Declaração
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
)
Parâmetros
- allow
Tipo: System.Int32
- deny
Tipo: System.Int32
- allowInherited
Tipo: System.Int32
- denyInherited
Tipo: System.Int32
- identityName
Tipo: System.String
- displayName
Tipo: System.String
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.