SmsFilterRule.DeviceIds 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 a list of device identifiers for an SMS message that matches this rule.
public:
property IVector<Platform::String ^> ^ DeviceIds { IVector<Platform::String ^> ^ get(); };
IVector<winrt::hstring> DeviceIds();
public IList<string> DeviceIds { get; }
var iVector = smsFilterRule.deviceIds;
Public ReadOnly Property DeviceIds As IList(Of String)
Property Value
List of device identifiers for the message.
Windows requirements
App capabilities |
cellularMessaging
sms
|