次の方法で共有


ESimProfileMetadata.Id プロパティ

定義

eSIM プロファイルの ID 番号 (ICCID) を取得します。

Note

この機能は、モバイル ネットワーク オペレーターによる特権アクセスを許可されたモバイル オペレーター アプリと UWP アプリでのみ使用できます。

この API を使用して Microsoft Store にアプリを発行する場合は、カスタム機能 Microsoft.eSIMManagement_8wekyb3d8bbweを使用するために特別な承認を要求する必要があります。 詳細については、「 カスタム機能」を参照してください。

public:
 property Platform::String ^ Id { Platform::String ^ get(); };
winrt::hstring Id();
public string Id { get; }
var string = eSimProfileMetadata.id;
Public ReadOnly Property Id As String

プロパティ値

String

Platform::String

winrt::hstring

eSIM プロファイルの ID 番号 (ICCID)。

Windows の要件

アプリの機能
Microsoft.eSIMManagement_8wekyb3d8bbwe

適用対象