Partilhar via


TransformerInfo.Name Propriedade

Definição

Obtém ou define um nome amigável para um tipo que estende a classe WebPartTransformer.

public:
 property System::String ^ Name { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("name", DefaultValue="", IsKey=true, IsRequired=true)]
[System.Configuration.StringValidator(MinLength=1)]
public string Name { get; set; }
[<System.Configuration.ConfigurationProperty("name", DefaultValue="", IsKey=true, IsRequired=true)>]
[<System.Configuration.StringValidator(MinLength=1)>]
member this.Name : string with get, set
Public Property Name As String

Valor da propriedade

String

Um nome amigável para um tipo que estende a WebPartTransformer classe.

Atributos

Exemplos

O exemplo de código a seguir mostra como usar a Name propriedade. Este exemplo de código faz parte de um exemplo maior fornecido para a WebPartsSection classe.

Aplica-se a

Confira também