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