SmsFilterRule.BroadcastChannels 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.
A list of broadcast channels that match this rule.
public:
property IVector<int> ^ BroadcastChannels { IVector<int> ^ get(); };
IVector<int> BroadcastChannels();
public IList<int> BroadcastChannels { get; }
var iVector = smsFilterRule.broadcastChannels;
Public ReadOnly Property BroadcastChannels As IList(Of Integer)
Property Value
List of broadcast channel identifiers that match this rule.
Windows requirements
App capabilities |
cellularMessaging
sms
|