AccessControlListDetails.Entries-Eigenschaft

Die festgelegte Berechtigungen in dieser Zugriffssteuerungsliste.

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

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

Eigenschaftswert

Typ: System.Collections.Generic.List<AccessControlEntryDetails>
Gibt List<T> zurück.

.NET Framework-Sicherheit

Siehe auch

Referenz

AccessControlListDetails Klasse

Microsoft.TeamFoundation.Framework.Server-Namespace