DeploymentStepAttribute 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.
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. |