[Missing <summary> documentation for "P:WorkZone.Dispatcher.Base.Exceptions.XmlException.Element"]
public XElement Element { get; }
Public ReadOnly Property Element As XElement
Get
public:
property XElement^ Element {
XElement^ get ();
}
member Element : XElement with get