DataMemberAttribute
When applied to the member of a type, specifies that the member is part of a data contract and is serializable by the DataContractSerializer.
Gets or sets a value that specifies whether to serialize the default value for a field or property being serialized.
Gets or sets a value that instructs the serialization engine that the member must be present when reading or deserializing.
Gets or sets a data member name.
Gets or sets the order of serialization and deserialization of a member.
public DataMemberAttribute()
Initializes a new instance of the DataMemberAttribute class.