TransformerInfo.Name Propiedad

Definición

Obtiene o establece un nombre descriptivo para un tipo que extiende la clase 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 de propiedad

String

Nombre descriptivo de un tipo que extiende la WebPartTransformer clase .

Atributos

Ejemplos

En el ejemplo de código siguiente se muestra cómo utilizar la propiedad Name. Este ejemplo de código forma parte de un ejemplo más grande proporcionado para la WebPartsSection clase .

Se aplica a

Consulte también