DeploymentPropertyAliasAttribute 类

定义

此类支持产品基础结构,不打算直接从代码使用。 定义用于重写命令行属性的部署属性的别名

[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
继承
DeploymentPropertyAliasAttribute
属性

构造函数

名称 说明
DeploymentPropertyAliasAttribute(String)

定义属性的别名。

属性

名称 说明
Alias

返回别名

适用于