Lightstreamer .Net Adapter 1.11.0
ContentsIndexHome
PreviousUpNext
MpnSubscriptionInfo.NotificationFormat Property

Readonly. The descriptor of the push notifications format of this subscription. The structure of the format descriptor depends on the platform type and it is represented in json.

C++
public: __property string NotificationFormat;
C#
public string NotificationFormat;
Visual Basic
Public Property NotificationFormat() As string