AccessEntry (Constructor) (Int32, Int32, Int32, Int32, String)
Espacio de nombres: Microsoft.TeamFoundation.VersionControl.Server
Ensamblado: Microsoft.TeamFoundation.VersionControl.Server (en Microsoft.TeamFoundation.VersionControl.Server.dll)
Sintaxis
'Declaración
Public Sub New ( _
allow As Integer, _
deny As Integer, _
allowInherited As Integer, _
denyInherited As Integer, _
identityName As String _
)
public AccessEntry(
int allow,
int deny,
int allowInherited,
int denyInherited,
string identityName
)
Parámetros
- allow
Tipo: System.Int32
- deny
Tipo: System.Int32
- allowInherited
Tipo: System.Int32
- denyInherited
Tipo: System.Int32
- identityName
Tipo: System.String
Seguridad de .NET Framework
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.
Vea también
Referencia
Microsoft.TeamFoundation.VersionControl.Server (Espacio de nombres)