CollectionDataContractAttribute Properties
.NET Framework 4
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. |
|
TypeId | When implemented in a derived class, gets a unique identifier for this Attribute. (Inherited from Attribute.) |
|
ValueName | Gets or sets the custom name for a dictionary value name. |