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

エイリアスを返します。

適用対象