: HtmlMenuButton.LinkID (Propiedad) (Microsoft.SharePoint.Portal.WebControls)
Gets or sets the client-side identifier for the URL that is rendered for the ClickThruURL property.
Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)
Sintaxis
'Declaración
Public Property LinkID As String
'Uso
Dim instance As HtmlMenuButton
Dim value As String
value = instance.LinkID
instance.LinkID = value
public string LinkID { get; set; }
Valor de propiedad
A string that represents the client-side identifier for the URL that is rendered for the ClickThruURL property.
Vea también
Referencia
HtmlMenuButton (Clase)
HtmlMenuButton (Miembros)
Microsoft.SharePoint.Portal.WebControls (Espacio de nombres)