IServicingStep Interface
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Interface IServicingStep
public interface IServicingStep
public interface class IServicingStep
type IServicingStep = interface end
public interface IServicingStep
The IServicingStep type exposes the following members.
Properties
Name | Description | |
---|---|---|
StepType | A short name identifying the action to perform, e.g. "CreateDatabase". |
Top