Gets or sets the command name for this command button

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

Syntax

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

Field Value

A String

See Also