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.
Namespace: KGySoft.Serialization.BinaryAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
public string Name { get; set; }
Public Property Name As String
Get
Set
public:
property String^ Name {
String^ get ();
void set (String^ value);
}
member Name : string with get, set
Property Value
String