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
특성

생성자

Name Description
DeploymentPropertyAliasAttribute(String)

속성의 별칭을 정의합니다.

속성

Name Description
Alias

별칭을 반환합니다.

적용 대상