SmsFilterRule.WapApplicationIds 属性

定义

获取与此规则匹配的短信的 WAP 应用程序标识符列表。

public:
 property IVector<Platform::String ^> ^ WapApplicationIds { IVector<Platform::String ^> ^ get(); };
IVector<winrt::hstring> WapApplicationIds();
public IList<string> WapApplicationIds { get; }
var iVector = smsFilterRule.wapApplicationIds;
Public ReadOnly Property WapApplicationIds As IList(Of String)

属性值

IVector<String>

IList<String>

IVector<Platform::String>

IVector<winrt::hstring>

WAP 应用程序标识符列表。

Windows 要求

应用功能
cellularMessaging sms

适用于