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