ToolBarButton.CommandArgument property
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property CommandArgument As String
Get
Set
'Usage
Dim instance As ToolBarButton
Dim value As String
value = instance.CommandArgument
instance.CommandArgument = value
public string CommandArgument { get; set; }
Property value
Type: System.String