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
- 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.