Converter.Type Property

 

Gets or sets the fully qualified type name of the JavaScriptConverter object.

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

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

Property Value

Type: System.String

The fully qualified type name of the JavaScriptConverter object.

.NET Framework
Available since 3.5
Return to top
Show: