ScheduledToastNotification.Content Property

Definition

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.

Applies to

See also