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)
Available in Sandboxed Solutions: No

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