The To: property

Namespace: System.WebControls
Assembly: System.Web.Extensions2 (in System.Web.Extensions2.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public string To { get; set; }
Visual Basic
Public Property To As String
	Get
	Set
Visual C++
public:
property String^ To {
	String^ get ();
	void set (String^ value);
}
F#
member To : string with get, set

Property Value

Type: String

See Also