SmsFilterRule.TeleserviceIds 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 list of teleservice identifiers for an SMS message that matches this rule.
public:
property IVector<int> ^ TeleserviceIds { IVector<int> ^ get(); };
IVector<int> TeleserviceIds();
public IList<int> TeleserviceIds { get; }
var iVector = smsFilterRule.teleserviceIds;
Public ReadOnly Property TeleserviceIds As IList(Of Integer)
Property Value
Teleservice identifiers.
Windows requirements
App capabilities |
cellularMessaging
sms
|