AuthorizationService.ReadAccessControlLists-Methode

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

Syntax

'Declaration
<WebMethodAttribute> _
Public Function ReadAccessControlLists ( _
    objectId As String() _
) As AccessControlEntry()()
[WebMethodAttribute]
public AccessControlEntry[][] ReadAccessControlLists(
    string[] objectId
)

Parameter

Rückgabewert

Typ: array<array<Microsoft.TeamFoundation.Integration.Server.AccessControlEntry[][]
Gibt AccessControlEntry zurück.

.NET Framework-Sicherheit

Siehe auch

Referenz

AuthorizationService Klasse

Microsoft.TeamFoundation.Integration.Server-Namespace