MobileBroadbandDeviceInformation.Manufacturer 属性

定义

获取移动宽带网络设备的制造商的名称。

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

属性值

String

Platform::String

winrt::hstring

移动宽带网络设备的制造商的名称。

Windows 要求

应用功能
cellularDeviceControl cellularDeviceIdentity

注解

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

适用于