DeploymentMethod Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |