AccessControlListDetails.Entries 屬性

在這個存取控制清單 (SACL) 中設定的使用權限。

命名空間:  Microsoft.TeamFoundation.Framework.Server
組件:  Microsoft.TeamFoundation.Framework.Server (在 Microsoft.TeamFoundation.Framework.Server.dll 中)

語法

'宣告
<ClientPropertyAttribute(ClientVisibility.Internal)> _
Public ReadOnly Property Entries As List(Of AccessControlEntryDetails)
[ClientPropertyAttribute(ClientVisibility.Internal)]
public List<AccessControlEntryDetails> Entries { get; }

屬性值

類型:System.Collections.Generic.List<AccessControlEntryDetails>
傳回 List<T>

.NET Framework 安全性

請參閱

參考

AccessControlListDetails 類別

Microsoft.TeamFoundation.Framework.Server 命名空間