ScheduledToastNotification.Content 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 XML that defines this scheduled toast notification.
public:
property XmlDocument ^ Content { XmlDocument ^ get(); };
XmlDocument Content();
public XmlDocument Content { get; }
var xmlDocument = scheduledToastNotification.content;
Public ReadOnly Property Content As XmlDocument
Property Value
The object that contains the XML.