SmsFilterRule.ImsiPrefixes 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 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
A list of IMSI prefixes.
Windows requirements
App capabilities |
cellularMessaging
sms
|