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 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。