Namespace:  Microsoft.TeamFoundation.Integration.Server
Assembly:  Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.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
- objectId
 Type: System.String
Return Value
Type: array<Microsoft.TeamFoundation.Integration.Server.AccessControlEntry[]
Returns AccessControlEntry.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.