ServicingStepGroup.Steps Property
The servicing steps that make up the step group, in order.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public ReadOnly Property Steps As List(Of ServicingStep)
public List<ServicingStep> Steps { get; }
public:
property List<ServicingStep^>^ Steps {
List<ServicingStep^>^ get ();
}
member Steps : List<ServicingStep> with get
function get Steps () : List<ServicingStep>
Property Value
Type: System.Collections.Generic.List<ServicingStep>
Returns List<T>.
.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.