Gets or sets the command argument for this command button

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

Syntax

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

Field Value

A String

See Also