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.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax bool XmlSerializerCompatible { get; set; }
Property XmlSerializerCompatible As Boolean
Get
Set
property bool XmlSerializerCompatible {
bool get ();
void set (bool value);
}
abstract XmlSerializerCompatible : bool with get, set
Property Value
Type:
BooleanSee Also