This documentation is archived and is not being maintained.

ServicingStepGroup::Name Property

The unique name of the servicing step group.

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

public:
property String^ Name {
	String^ get ();
	void set (String^ value);
}

Property Value

Type: System::String

A servicing step group name must be unique within a list of servicing step groups for a servicing operation. The same servicing step group name can appear in multiple lists ("TfsSourceControl" could appear in the lists for both Upgrade and Downgrade).

Show: