CollectionDataContractAttribute Properties |
The CollectionDataContractAttribute type exposes the following members.
Name | Description | |
---|---|---|
IsReference |
Gets or sets a value that indicates whether to preserve object reference
data.
| |
ItemName |
Gets or sets a custom name for a collection element.
| |
KeyName |
Gets or sets the custom name for a dictionary key name.
| |
Name |
Gets or sets the data contract name for the collection type.
| |
Namespace |
Gets or sets the namespace for the data contract.
| |
ValueName |
Gets or sets the custom name for a dictionary value name.
|