SmsBroadcastMessage.Channel 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.
Gets the channel associated with the broadcast SMS message.
public:
property int Channel { int get(); };
int Channel();
public int Channel { get; }
var int32 = smsBroadcastMessage.channel;
Public ReadOnly Property Channel As Integer
Property Value
Int32
int
The channel for this message.
Windows requirements
App capabilities |
cellularMessaging
sms
|