AuthorizationService.UnregisterObject Method

Namespace:  Microsoft.TeamFoundation.Integration.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
<WebMethodAttribute> _
Public Sub UnregisterObject ( _
    objectId As String _
)
[WebMethodAttribute]
public void UnregisterObject(
    string objectId
)
[WebMethodAttribute]
public:
void UnregisterObject(
    String^ objectId
)
[<WebMethodAttribute>]
member UnregisterObject : 
        objectId:string -> unit
public function UnregisterObject(
    objectId : String
)

Parameters

.NET Framework Security

See Also

Reference

AuthorizationService Class

Microsoft.TeamFoundation.Integration.Server Namespace