: HtmlMenuButton.DefaultURL (Propiedad) (Microsoft.SharePoint.Portal.WebControls)
Gets or sets the default URL for each menu item that does not have a URL in the menu item template.
Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)
Sintaxis
'Declaración
Public Property DefaultURL As String
'Uso
Dim instance As HtmlMenuButton
Dim value As String
value = instance.DefaultURL
instance.DefaultURL = value
public string DefaultURL { get; set; }
Valor de propiedad
A string that represents the default URL for each menu item that does not have a URL in the menu item template.
Vea también
Referencia
HtmlMenuButton (Clase)
HtmlMenuButton (Miembros)
Microsoft.SharePoint.Portal.WebControls (Espacio de nombres)