XmlElement

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Gets the XML element in which a parser error occurred.

value = eventargs.XmlElement

Property Value

Type: string

The XML element in which the parser error occurred.

This property is read/write but should be considered read-only, because there is no reason to change the reported information. There is no default.

Managed Equivalent

None

Remarks

NoteNote:

The current implementation of Silverlight returns an empty string for the XmlElement value.