SettingFieldEventArgsField Property
Gets or sets the field to be set. If
and
IgnoreNonExistingFields
is
, then a
SerializationException will be thrown.
You may either set this property by the matching field or set the
Handled to
to
skip the default processing.
Default value: The field identified as the matching field, or
, if such field was not found.
Namespace: KGySoft.Serialization.BinaryAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
public FieldInfo? Field { get; set; }
Public Property Field As FieldInfo
Get
Set
public:
property FieldInfo^ Field {
FieldInfo^ get ();
void set (FieldInfo^ value);
}
member Field : FieldInfo with get, set
Property Value
FieldInfo