Click or drag to resize
IXmlSerialiserXmlSerializerCompatible Property
Gets or sets a value indicating that attempts to serialise objects that can't be deserialised by System.Xml.XmlSerializer will throw an exception. Defaults to true.

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
bool XmlSerializerCompatible { get; set; }

Property Value

Type: Boolean
See Also