MobileBroadbandDeviceInformation.Model Property

Definition

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

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

Property Value

String

Platform::String

winrt::hstring

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

Windows requirements

App capabilities
cellularDeviceControl cellularDeviceIdentity

Remarks

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

Applies to