Namespace:  Microsoft.TeamFoundation.Integration.Server
Assembly:  Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
<WebMethodAttribute> _
Public Sub AddAccessControlEntry ( _
    objectId As String, _
    ace As AccessControlEntry _
)
[WebMethodAttribute]
public void AddAccessControlEntry(
    string objectId,
    AccessControlEntry ace
)
[WebMethodAttribute]
public:
void AddAccessControlEntry(
    String^ objectId, 
    AccessControlEntry^ ace
)
[<WebMethodAttribute>]
member AddAccessControlEntry : 
        objectId:string * 
        ace:AccessControlEntry -> unit
public function AddAccessControlEntry(
    objectId : String, 
    ace : AccessControlEntry
)
Parameters
- objectId
 Type: System.String
.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.