AccessEntry, constructeur (Int32, Int32, Int32, Int32, String)
Espace de noms : Microsoft.TeamFoundation.VersionControl.Server
Assembly : Microsoft.TeamFoundation.VersionControl.Server (dans Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntaxe
'Déclaration
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
)
Paramètres
- allow
Type : System.Int32
- deny
Type : System.Int32
- allowInherited
Type : System.Int32
- denyInherited
Type : System.Int32
- identityName
Type : System.String
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
Microsoft.TeamFoundation.VersionControl.Server, espace de noms