This documentation is archived and is not being maintained.

ServiceDefinition::Identifier Property

The identifier for this instance of this service type. Together a ServiceType and an Identifier uniquely identify a ServiceDefinition.

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

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

Property Value

Type: System::Guid

Show: