Documentation for: ASP.NET Ajax Version 1.0

This documentation is for a previous version. For the current released version, see the ASP.NET Ajax documentation on MSDN.

 

 

 

 

 

 

 

Type Property

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

Syntax

CSharp

[ConfigurationPropertyAttribute("type", IsRequired = true, DefaultValue = "")]
[StringValidatorAttribute(MinLength = )]
public string Type { get; set; }

VisualBasic

<ConfigurationPropertyAttribute("type", IsRequired := True, DefaultValue := "")> _
<StringValidatorAttribute(MinLength := )> _
Public Property Type As String

ManagedCPlusPlus

[ConfigurationPropertyAttribute(L"type", IsRequired = true, DefaultValue = L"")]
[StringValidatorAttribute(MinLength = )]
public:
String^ Type {
	String^ get ();
	void set (String^ value);
}

JSharp

/** @property */
/** @property */

Value

Return Value

The fully qualified type name of the JavaScriptConverter object.

Assembly: System.Web.Extensions (Module: System.Web.Extensions)