Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Namespace: Microsoft.TeamFoundation.Server
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Sub RemoveAccessControlEntry ( _
objectId As String, _
ace As AccessControlEntry _
)
void RemoveAccessControlEntry(
string objectId,
AccessControlEntry ace
)
void RemoveAccessControlEntry(
String^ objectId,
AccessControlEntry^ ace
)
abstract RemoveAccessControlEntry :
objectId:string *
ace:AccessControlEntry -> unit
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.