ToastMessage.HasTextMessage 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 whether the toast message contains plain text.
public:
property bool HasTextMessage { bool get(); };
public bool HasTextMessage { get; }
member this.HasTextMessage : bool
Public ReadOnly Property HasTextMessage As Boolean