Share via


IAuthorizationService.UnregisterObject Method

Namespace:  Microsoft.TeamFoundation.Server
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

Syntax

'Declaration
Sub UnregisterObject ( _
    objectId As String _
)
void UnregisterObject(
    string objectId
)
void UnregisterObject(
    String^ objectId
)
abstract UnregisterObject : 
        objectId:string -> unit
function UnregisterObject(
    objectId : String
)

Parameters

.NET Framework Security

See Also

Reference

IAuthorizationService Interface

Microsoft.TeamFoundation.Server Namespace