Share via


SmsFilterRule.PortNumbers Property

Definition

Gets a list of port numbers associated with the SMS message that matches this rule.

public:
 property IVector<int> ^ PortNumbers { IVector<int> ^ get(); };
IVector<int> PortNumbers();
public IList<int> PortNumbers { get; }
var iVector = smsFilterRule.portNumbers;
Public ReadOnly Property PortNumbers As IList(Of Integer)

Property Value

List of port numbers.

Windows requirements

App capabilities
cellularMessaging sms

Applies to