DeploymentPropertyAliasAttribute Classe

Definizione

Questa classe supporta l'infrastruttura del prodotto e non deve essere usata direttamente dal codice. Definisce un alias per la proprietà di distribuzione quando viene usata per l'override della proprietà della riga di comando

[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
Ereditarietà
DeploymentPropertyAliasAttribute
Attributi

Costruttori

Nome Descrizione
DeploymentPropertyAliasAttribute(String)

Definisce un alias per una proprietà.

Proprietà

Nome Descrizione
Alias

Restituisce l'alias

Si applica a