: HtmlMenuItem.Language (Propiedad) (Microsoft.SharePoint.Portal.WebControls)
Gets or sets the language of the script, if present, in the ScriptFunc property.
Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)
Sintaxis
'Declaración
Public Property Language As String
'Uso
Dim instance As HtmlMenuItem
Dim value As String
value = instance.Language
instance.Language = value
public string Language { get; set; }
Valor de propiedad
A string that represents the language of the script.
Vea también
Referencia
HtmlMenuItem (Clase)
HtmlMenuItem (Miembros)
Microsoft.SharePoint.Portal.WebControls (Espacio de nombres)