DeploymentPropertyAliasAttribute Clase

Definición

Esta clase admite la infraestructura del producto y no está pensada para usarse directamente desde el código. Define un alias para la propiedad de implementación cuando se usa para la invalidación de la propiedad de línea de comandos.

[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
Herencia
DeploymentPropertyAliasAttribute
Atributos

Constructores

Nombre Description
DeploymentPropertyAliasAttribute(String)

Define un alias para una propiedad .

Propiedades

Nombre Description
Alias

Devuelve el alias

Se aplica a