SmsFilterRule.SenderNumbers 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 numéros d’expéditeur associés à un message SMS qui correspond à cette règle.
public:
property IVector<Platform::String ^> ^ SenderNumbers { IVector<Platform::String ^> ^ get(); };
IVector<winrt::hstring> SenderNumbers();
public IList<string> SenderNumbers { get; }
var iVector = smsFilterRule.senderNumbers;
Public ReadOnly Property SenderNumbers As IList(Of String)
Valeur de propriété
Liste des numéros d’expéditeur.
Configuration requise pour Windows
Fonctionnalités de l’application |
cellularMessaging
sms
|