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