TransformerInfo.Name Property

 

Gets or sets a friendly name for a type that that extends the WebPartTransformer class.

Namespace:   System.Web.Configuration
Assembly:  System.Web (in System.Web.dll)

<ConfigurationPropertyAttribute("name", IsRequired := True, DefaultValue := "",
	IsKey := True)>
<StringValidatorAttribute(MinLength := 1)>
Public Property Name As String

Property Value

Type: System.String

A friendly name for a type that that extends the WebPartTransformer class.

The following code example shows how to use the Name property. This code example is part of a larger example provided for the WebPartsSection class.

.NET Framework
Available since 2.0
Return to top
Show: