MobileBroadbandDeviceInformation.Manufacturer Property

Definition

Gets the name of the manufacturer of the mobile broadband network device.

public:
 property Platform::String ^ Manufacturer { Platform::String ^ get(); };
winrt::hstring Manufacturer();
public string Manufacturer { get; }
var string = mobileBroadbandDeviceInformation.manufacturer;
Public ReadOnly Property Manufacturer As String

Property Value

String

Platform::String

winrt::hstring

The name of the manufacturer of the mobile broadband network device.

Windows requirements

App capabilities
cellularDeviceControl cellularDeviceIdentity

Remarks

You can use the Manufacturer property value to determine the provisioning that must occur for the mobile broadband network device.

Applies to