public bool IgnoreAssemblyNameOnResolve { get; set; }
Public Property IgnoreAssemblyNameOnResolve As Boolean
Get
Set
public:
property bool IgnoreAssemblyNameOnResolve {
bool get ();
void set (bool value);
}
member IgnoreAssemblyNameOnResolve : bool with get, set
If the value of this property is and the type cannot be resolved from an assembly on deserialization, then the type is tried to be resolved from any loaded assemblies. The effect is similar as if the OmitAssemblyNameOnSerialize property was used on serialization, except that the type is tried to be resolved from the provided assembly in the first place.