Share via


NetworkOperatorNotificationEventDetails.RuleId プロパティ

定義

通知に一致してトリガーされたプロビジョニング済みルールの識別子を取得します。

Note

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

この API を使用してアプリを Microsoft Store に発行する場合は、特別な承認が必要です。 詳細については、「アプリ機能宣言」トピックの「制限付き機能」セクションを参照してください。

public:
 property Platform::String ^ RuleId { Platform::String ^ get(); };
winrt::hstring RuleId();
public string RuleId { get; }
var string = networkOperatorNotificationEventDetails.ruleId;
Public ReadOnly Property RuleId As String

プロパティ値

String

Platform::String

winrt::hstring

プロビジョニングされたルール識別子。

Windows の要件

アプリの機能
cellularDeviceControl cellularDeviceIdentity

適用対象