AuthorizationService.ReadAccessControlLists-Methode
Namespace: Microsoft.TeamFoundation.Integration.Server
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
<WebMethodAttribute> _
Public Function ReadAccessControlLists ( _
objectId As String() _
) As AccessControlEntry()()
[WebMethodAttribute]
public AccessControlEntry[][] ReadAccessControlLists(
string[] objectId
)
Parameter
- objectId
Typ: array<System.String[]
Rückgabewert
Typ: array<array<Microsoft.TeamFoundation.Integration.Server.AccessControlEntry[][]
Gibt AccessControlEntry zurück.
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.