This documentation is archived and is not being maintained.

ServicingOperation::Groups Property

Gets or sets the servicing step groups for this servicing operation.

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

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

Property Value

Type: array<Microsoft.TeamFoundation.Framework.Client::ServicingStepGroup>
The servicing step groups for this servicing operation.

Show: