MobileBroadbandDeviceInformation.Model 属性

定义

获取移动宽带网络设备型号的名称。

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

属性值

String

Platform::String

winrt::hstring

移动宽带网络设备型号的名称。

Windows 要求

应用功能
cellularDeviceControl cellularDeviceIdentity

注解

可以使用 Model 属性值来确定移动宽带网络设备必须进行的预配。

适用于