The Key Field that provides a Unique key to the data Item

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

Syntax

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

Field Value

A String

See Also