SmsFilterRule.WapApplicationIds 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 a list of WAP application identifiers for the SMS message that matches this rule.
public:
property IVector<Platform::String ^> ^ WapApplicationIds { IVector<Platform::String ^> ^ get(); };
IVector<winrt::hstring> WapApplicationIds();
public IList<string> WapApplicationIds { get; }
var iVector = smsFilterRule.wapApplicationIds;
Public ReadOnly Property WapApplicationIds As IList(Of String)
Property Value
List of WAP application identifiers.
Windows requirements
App capabilities |
cellularMessaging
sms
|