StringValue is the value of the control expressed as a String

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

Syntax

C#
protected abstract string StringValue { get; set; }
Visual Basic
Protected MustOverride Property StringValue As String
	Get
	Set

Field Value

A string representing the Value

See Also