Share via


IBasicServicingStep Interface

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
Public property StepType A short name identifying the action to perform, e.g. "CreateDatabase". (Inherited from IServicingStep.)

Top

Methods

  Name Description
Public method Execute

Top

See Also

Reference

Microsoft.TeamFoundation.Framework.Server Namespace