ServicingStep.Steps Property

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.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.Server.ServicingStep[]

.NET Framework Security

See Also

Reference

ServicingStep Class

Microsoft.TeamFoundation.Framework.Server Namespace