DeploymentPropertyAliasAttribute Class

Definition

This class supports the product infrastructure and is not intended to be used directly from your code. Defines an alias for the deployment property when used for commandline property overriding

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

Constructors

DeploymentPropertyAliasAttribute(String)

Defines an alias for a property.

Properties

Alias

Returns the alias

Applies to