Share via


SmsFilterRule.BroadcastChannels Property

Definition

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

Applies to