Click or drag to resize
CollectionDataContractAttribute Properties

The CollectionDataContractAttribute type exposes the following members.

Properties
  NameDescription
Public propertyIsReference
Gets or sets a value that indicates whether to preserve object reference data.
Public propertyItemName
Gets or sets a custom name for a collection element.
Public propertyKeyName
Gets or sets the custom name for a dictionary key name.
Public propertyName
Gets or sets the data contract name for the collection type.
Public propertyNamespace
Gets or sets the namespace for the data contract.
Public propertyValueName
Gets or sets the custom name for a dictionary value name.
Top
See Also