Name is the name of the field as a string

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

Syntax

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

Field Value

A string representing the Name of the property

See Also