This documentation is archived and is not being maintained.

TeamFoundationIdentity::TeamFoundationId Property

Identifier assigned within TFS - unique throughout a host. TFS artifacts are either associated with this identifier or the identity's Descriptor.

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

public:
property Guid TeamFoundationId {
	Guid get ();
	void set (Guid value);
}

Property Value

Type: System::Guid

Show: