Share via


SmsFilterRule.TextMessagePrefixes Property

Definition

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

IVector<String>

IList<String>

IVector<Platform::String>

IVector<winrt::hstring>

List of text message prefixes.

Windows requirements

App capabilities
cellularMessaging sms

Applies to