This documentation is archived and is not being maintained.

TfsConfigurationServer.InitializeTeamFoundationObject Method

Initializes the specified Team Foundation Server object.

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

protected override function InitializeTeamFoundationObject(
	fullName : String, 
	instance : Object
) : Object

Parameters

fullName
Type: System.String

The name of the object.

instance
Type: System.Object

The object instance to initialize.

Return Value

Type: System.Object
The initialized object instance.

Show: