System.Reflection.FieldInfo.IsNotSerialized Property

Gets a value indicating whether this field has the NotSerialized attribute.

Syntax

public bool IsNotSerialized { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The IsNotSerialized property returns true when the field is marked with the FieldAttributes.NotSerialized flag. When this flag is set on a field, it indicates that the field does not have to be serialized when the type is remoted.

Requirements

Namespace: System.Reflection
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0