Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
'Declaration
Public Property Groups As ServicingStepGroup()
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.