SmsWapMessage.Headers 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 the header name-value pairs of the WAP push message.
public:
property IMap<Platform::String ^, Platform::String ^> ^ Headers { IMap<Platform::String ^, Platform::String ^> ^ get(); };
IMap<winrt::hstring, winrt::hstring const&> Headers();
public IDictionary<string,string> Headers { get; }
var iMap = smsWapMessage.headers;
Public ReadOnly Property Headers As IDictionary(Of String, String)
Property Value
The header name-value pairs of the WAP push message.
Windows requirements
App capabilities |
cellularMessaging
sms
|