MessageEventArgs.Code PropertyMessageEventArgs.Code PropertyMessageEventArgs::Code Property
- XmlPrime 5.0
- Other Versions ▼
Gets the code associated with this event.
Syntax
Public ReadOnly Property Code As System.Xml.XmlQualifiedName Get
public System.Xml.XmlQualifiedName Code { get; }
public: property System.Xml::XmlQualifiedName^ Code { System.Xml::XmlQualifiedName^ get(); }
Property Value
Type: System.Xml.XmlQualifiedNameSystem.Xml.XmlQualifiedNameSystem.Xml::XmlQualifiedName^
A XmlQualifiedNameXmlQualifiedNameXmlQualifiedName instance representing the code associated with this event.