MessageEventArgs.Message PropertyMessageEventArgs.Message PropertyMessageEventArgs::Message Property

Gets the message associated with this event.

Syntax

Public ReadOnly Property Message As System.Xml.XPath.XPathNavigator
        Get
public System.Xml.XPath.XPathNavigator Message { get; }
 

Property Value

Type: System.Xml.XPath.XPathNavigatorSystem.Xml.XPath.XPathNavigatorSystem.Xml.XPath::XPathNavigator^

An XPathNavigatorXPathNavigatorXPathNavigator instance representing the contents of the message document associated with this event.