Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the name of the markup language used by the mobile device.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property MarkupLanguage As String
Get
Set
'Usage
Dim instance As SPMobileContext
Dim value As String
value = instance.MarkupLanguage
instance.MarkupLanguage = value
public string MarkupLanguage { get; set; }
Property Value
Type: System.String
A String that represents the name of the markup language such as "html32", "chtml10", "xhtml-mp", or "wml11".