TransformerInfo.Name Property
.NET Framework (current version)
Gets or sets a friendly name for a type that that extends the WebPartTransformer class.
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.StringA 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
Available since 2.0
Show: