DeploymentStepAttribute Class

Definition

Identifies a class that implements a deployment step.

public ref class DeploymentStepAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=false)]
[System.ComponentModel.Composition.MetadataAttribute]
public sealed class DeploymentStepAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=false)>]
[<System.ComponentModel.Composition.MetadataAttribute>]
type DeploymentStepAttribute = class
    inherit Attribute
Public NotInheritable Class DeploymentStepAttribute
Inherits Attribute
Inheritance
DeploymentStepAttribute
Attributes

Remarks

Classes with this attribute should implement the IDeploymentStep interface.

Constructors

DeploymentStepAttribute(String)

Initializes a new instance of the DeploymentStepAttribute class.

Properties

Id

Gets the ID for the deployment step.

Applies to