AuthorizationService.ReadAccessControlList Method

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

Syntax

'Declaration
<WebMethodAttribute> _
Public Function ReadAccessControlList ( _
    objectId As String _
) As AccessControlEntry()
[WebMethodAttribute]
public AccessControlEntry[] ReadAccessControlList(
    string objectId
)
[WebMethodAttribute]
public:
array<AccessControlEntry^>^ ReadAccessControlList(
    String^ objectId
)
[<WebMethodAttribute>]
member ReadAccessControlList : 
        objectId:string -> AccessControlEntry[] 
public function ReadAccessControlList(
    objectId : String
) : AccessControlEntry[]

Parameters

Return Value

Type: array<Microsoft.TeamFoundation.Integration.Server.AccessControlEntry[]
Returns AccessControlEntry.

.NET Framework Security

See Also

Reference

AuthorizationService Class

Microsoft.TeamFoundation.Integration.Server Namespace