SPMobilePage.Capability Property
Gets an object that specifies the capabilities of the mobile device's browser.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property Capability As MobileCapabilities
Get
'Usage
Dim instance As SPMobilePage
Dim value As MobileCapabilities
value = instance.Capability
public MobileCapabilities Capability { get; }
Property Value
Type: System.Web.Mobile.MobileCapabilities
A MobileCapabilities that itemizes the browser's capabilities.