This documentation is for a previous version. For the current released version, see the ASP.NET Ajax documentation on MSDN.
Gets or sets the fully qualified type name of the JavaScriptConverter object.
[ConfigurationPropertyAttribute("type", IsRequired = true, DefaultValue = "")] [StringValidatorAttribute(MinLength = )] public string Type { get; set; }
<ConfigurationPropertyAttribute("type", IsRequired := True, DefaultValue := "")> _ <StringValidatorAttribute(MinLength := )> _ Public Property Type As String
[ConfigurationPropertyAttribute(L"type", IsRequired = true, DefaultValue = L"")] [StringValidatorAttribute(MinLength = )] public: String^ Type { String^ get (); void set (String^ value); }
/** @property */ /** @property */
The fully qualified type name of the JavaScriptConverter object.
Assembly: System.Web.Extensions (Module: System.Web.Extensions)
Copyright © 2005 - 2007 Microsoft Corporation. All rights reserved.