次の方法で共有


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 プロパティの値を使用して、モバイル ブロードバンド ネットワーク デバイスに対して実行する必要があるプロビジョニングを決定できます。

適用対象