Share via


SmsFilterRule.WapContentTypes Property

Definition

Gets a list of WAP content types for the SMS message that matches this rule.

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

Property Value

IVector<String>

IList<String>

IVector<Platform::String>

IVector<winrt::hstring>

List of WAP content types.

Windows requirements

App capabilities
cellularMessaging sms

Applies to