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)

Syntax

'宣言
Public Property Groups As ServicingStepGroup()
    Get
    Set
public ServicingStepGroup[] Groups { get; set; }
public:
property array<ServicingStepGroup^>^ Groups {
    array<ServicingStepGroup^>^ get ();
    void set (array<ServicingStepGroup^>^ value);
}
member Groups : ServicingStepGroup[] with get, set
function get Groups () : ServicingStepGroup[]
function set Groups (value : ServicingStepGroup[])

Property Value

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

.NET Framework Security

See Also

Reference

ServicingOperation Class

Microsoft.TeamFoundation.Framework.Client Namespace