HttpCapabilitiesBase.MobileDeviceManufacturer Property
.NET Framework 3.0
Returns the name of the manufacturer of a mobile device, if known.
Namespace: System.Web.Configuration
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
'Declaration Public Overridable ReadOnly Property MobileDeviceManufacturer As String 'Usage Dim instance As HttpCapabilitiesBase Dim value As String value = instance.MobileDeviceManufacturer
/** @property */ public String get_MobileDeviceManufacturer ()
public function get MobileDeviceManufacturer () : String
Not applicable.
Property Value
The name of the manufacturer of a mobile device, if known. The default is Unknown.Community Additions
ADD
Show: