MobileBroadbandDeviceInformation.Model Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.