Lightstreamer .Net Adapter 1.10.0
ContentsIndexHome
PreviousUpNext
MpnSubscriptionInfo.MpnApnsSubscriptionInfo.CustomData Property

Readonly. Map of optional custom key-value pairs to be added to the push notification. May be empty.

C++
public: __property IDictionary CustomData;
C#
public IDictionary CustomData;
Visual Basic
Public Property CustomData() As IDictionary