Share via


SmsFilterRule.DeviceIds Property

Definition

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

IVector<String>

IList<String>

IVector<Platform::String>

IVector<winrt::hstring>

List of device identifiers for the message.

Windows requirements

App capabilities
cellularMessaging sms

Applies to