SmsAppMessage.ProtocolId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The Protocol identifier for the message.
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
Property Value
Int32
int
The Protocol identifier for the message. (3GPP2 only.)
Windows requirements
App capabilities |
cellularMessaging
sms
|