HttpBrowserCapabilitiesWrapper::MobileDeviceManufacturer Property

 

Gets the name of the manufacturer of a mobile device, if known.

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

public:
property String^ MobileDeviceManufacturer {
	virtual String^ get() override;
}

Property Value

Type: System::String^

The name of the manufacturer of a mobile device, if known. The default is "Unknown".

.NET Framework
Available since 3.5
Return to top
Show: