For internal use. If defined then property/field will be ignored ONLY during serialization, can be used to support backward compatibility.

Namespace:  C1.C1Preview.Serialization
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[AttributeUsageAttribute(AttributeTargets.Property|AttributeTargets.Field, AllowMultiple = false)]
public sealed class C1SerializeIgnoreAttribute : Attribute
Visual Basic
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
<AttributeUsageAttribute(AttributeTargets.Property Or AttributeTargets.Field, AllowMultiple := False)> _
Public NotInheritable Class C1SerializeIgnoreAttribute _
	Inherits Attribute

Inheritance Hierarchy

System..::..Object
  System..::..Attribute
    C1.C1Preview.Serialization..::..C1SerializeIgnoreAttribute

See Also