de la propiedad Tab.CommandArgument
Obtiene o establece un parámetro opcional que se pasa en el evento Command y la CommandNamede asociados.
Espacio de nombres: Microsoft.SharePoint.Portal.WebControls
Ensamblado: Microsoft.SharePoint.Portal (en Microsoft.SharePoint.Portal.dll)
Sintaxis
'Declaración
Public Property CommandArgument As String
Get
Set
'Uso
Dim instance As Tab
Dim value As String
value = instance.CommandArgument
instance.CommandArgument = value
public string CommandArgument { get; set; }
Valor de propiedad
Tipo: System.String