SmsFilterRule.TextMessagePrefixes 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 the text message prefixes for an SMS message that matches this filter.
public:
property IVector<Platform::String ^> ^ TextMessagePrefixes { IVector<Platform::String ^> ^ get(); };
IVector<winrt::hstring> TextMessagePrefixes();
public IList<string> TextMessagePrefixes { get; }
var iVector = smsFilterRule.textMessagePrefixes;
Public ReadOnly Property TextMessagePrefixes As IList(Of String)
Property Value
List of text message prefixes.
Windows requirements
App capabilities |
cellularMessaging
sms
|