次の方法で共有


SmsAppMessage.ProtocolId プロパティ

定義

メッセージのプロトコル識別子。

public:
 property int ProtocolId { int get(); void set(int value); };
int ProtocolId();

void ProtocolId(int value);
public int ProtocolId { get; set; }
var int32 = smsAppMessage.protocolId;
smsAppMessage.protocolId = int32;
Public Property ProtocolId As Integer

プロパティ値

Int32

int

メッセージのプロトコル識別子。 (3GPP2 のみ)。

Windows の要件

アプリの機能
cellularMessaging sms

適用対象