AccessEntry 构造函数 (Int32, Int32, Int32, Int32, String, String)
命名空间: Microsoft.TeamFoundation.VersionControl.Server
程序集: Microsoft.TeamFoundation.VersionControl.Server(在 Microsoft.TeamFoundation.VersionControl.Server.dll 中)
语法
声明
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
)
参数
- allow
类型:System.Int32
- deny
类型:System.Int32
- allowInherited
类型:System.Int32
- denyInherited
类型:System.Int32
- identityName
类型:System.String
- displayName
类型:System.String
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。