Converter.Name Property

 

Gets or sets the unique identifier for the converter.

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

[<ConfigurationPropertyAttribute("name", IsRequired = true, IsKey = true,
    DefaultValue = "")>]
[<StringValidatorAttribute(MinLength = 1)>]
member Name : string with get, set

Property Value

Type: System.String

The unique identifier for the converter.

.NET Framework
Available since 3.5
Return to top
Show: