GettingFieldEventArgsName Property

Gets or sets the name of the entry to be stored in the serialization stream.
Setting it to will cause an ArgumentNullException from SerializationInfo.
To prevent storing any value make sure you set the Handled property to to omit the default serialization logic.

Definition

Namespace: KGySoft.Serialization.Binary
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
C#
public string Name { get; set; }

Property Value

String

See Also