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