This documentation is archived and is not being maintained.

ServicingStepGroup::Steps Property

The servicing steps that make up the step group, in order.

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

public:
property array<ServicingStep^>^ Steps {
	array<ServicingStep^>^ get ();
	void set (array<ServicingStep^>^ value);
}

Show: