ServicingStepStateChange.StepState Property

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Property StepState As ServicingStepState
public ServicingStepState StepState { get; set; }
public:
property ServicingStepState StepState {
    ServicingStepState get ();
    void set (ServicingStepState value);
}
member StepState : ServicingStepState with get, set
function get StepState () : ServicingStepState 
function set StepState (value : ServicingStepState)

Property Value

Type: Microsoft.TeamFoundation.Framework.Common.ServicingStepState
Returns ServicingStepState.

.NET Framework Security

See Also

Reference

ServicingStepStateChange Class

Microsoft.TeamFoundation.Framework.Server Namespace