Share via


SmsFilterRule.ImsiPrefixes Property

Definition

Gets the IMSI prefixes for an SMS message that matches this rule.

public:
 property IVector<Platform::String ^> ^ ImsiPrefixes { IVector<Platform::String ^> ^ get(); };
IVector<winrt::hstring> ImsiPrefixes();
public IList<string> ImsiPrefixes { get; }
var iVector = smsFilterRule.imsiPrefixes;
Public ReadOnly Property ImsiPrefixes As IList(Of String)

Property Value

IVector<String>

IList<String>

IVector<Platform::String>

IVector<winrt::hstring>

A list of IMSI prefixes.

Windows requirements

App capabilities
cellularMessaging sms

Applies to