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.

 

 

 

 

 

 

 

Name Property

Gets or sets the unique identifier for the converter.

Syntax

CSharp

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

VisualBasic

<StringValidatorAttribute(MinLength := )> _
<ConfigurationPropertyAttribute("name", IsRequired := True, IsKey := True, DefaultValue := "")> _
Public Property Name As String

ManagedCPlusPlus

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

JSharp

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

Value

Return Value

The unique identifier for the converter.

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