DeploymentMethod Class

Definition

Provides properties that define a deployment method.

public ref class DeploymentMethod abstract : Microsoft::Web::Deployment::IDeploymentNameDescription
public abstract class DeploymentMethod : Microsoft.Web.Deployment.IDeploymentNameDescription
type DeploymentMethod = class
    interface IDeploymentNameDescription
Public MustInherit Class DeploymentMethod
Implements IDeploymentNameDescription
Inheritance
DeploymentMethod
Implements

Constructors

DeploymentMethod()

Creates an instance of a DeploymentMethod object

Properties

Description

The description of the current DeploymentMethod object.

ExampleOrDetail
FriendlyName

Gets the friendly name of the current deployment method.

Name

Gets the name of the current DeploymentMethod object.

Methods

Invoke(DeploymentObject, Object[])

Executes the current method.

Applies to