Click or drag to resize
DataMemberAttribute Properties

The DataMemberAttribute type exposes the following members.

Properties
  NameDescription
Public propertyEmitDefaultValue
Gets or sets a value that specifies whether to serialize the default value for a field or property being serialized.
Public propertyIsRequired
Gets or sets a value that instructs the serialization engine that the member must be present when reading or deserializing.
Public propertyName
Gets or sets a data member name.
Public propertyOrder
Gets or sets the order of serialization and deserialization of a member.
Top
See Also