Share via


NetworkOperatorNotificationEventDetails.EncodingType プロパティ

定義

受信したメッセージのデータ コーディング スキーム (DCS) を取得します。

Note

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

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

public:
 property byte EncodingType { byte get(); };
byte EncodingType();
public byte EncodingType { get; }
var byte = networkOperatorNotificationEventDetails.encodingType;
Public ReadOnly Property EncodingType As Byte

プロパティ値

Byte

byte

受信したメッセージのデータ コーディング スキーム (DCS)。

Windows の要件

アプリの機能
cellularDeviceControl cellularDeviceIdentity

適用対象