Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
'Declaration
Public Property Steps As ServicingStep()
public ServicingStep[] Steps { get; set; }
public:
property array<ServicingStep^>^ Steps {
array<ServicingStep^>^ get ();
void set (array<ServicingStep^>^ value);
}
member Steps : ServicingStep[] with get, set
function get Steps () : ServicingStep[]
function set Steps (value : ServicingStep[])
Property Value
Type: array<Microsoft.TeamFoundation.Framework.Client.ServicingStep[]
.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.