Gets and sets the String Value of the Property being changed

Namespace: DotNetNuke.UI.WebControls
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public string StringValue { get; set; }
Visual Basic
Public Property StringValue As String
	Get
	Set

Field Value

An Object

See Also