SPLinkButton.CommandArgument property

Gets or sets an optional argument passed to the command event handler.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property CommandArgument As String
    Get
    Set
'Usage
Dim instance As SPLinkButton
Dim value As String

value = instance.CommandArgument

instance.CommandArgument = value
public string CommandArgument { get; set; }

Property value

Type: System.String
A string that contains the command argument.

See also

Reference

SPLinkButton class

SPLinkButton members

Microsoft.SharePoint.WebControls namespace