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

Readonly. Key of the localized text to be used as the format for the push notification text when it is delivered. May be null if an explicit format is supplied instead.

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