SmsFilterRule.ImsiPrefixes Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient les préfixes IMSI d’un message SMS qui correspond à cette règle.
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)
Valeur de propriété
Liste des préfixes IMSI.
Configuration requise pour Windows
Fonctionnalités de l’application |
cellularMessaging
sms
|