Gets or sets a value indicating whether a log should be built
during serialization and deserialization operations.
If an exception occurs, that log is available in the exception data.
Set this property to true to help debugging obscure serialization errors.
Namespace:
C1.C1PreviewAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)] public static bool BuildSerializerLog { get; set; } |
Visual Basic |
---|
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)> _ Public Shared Property BuildSerializerLog As Boolean Get Set |