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
- 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.