CollectionDataContractAttribute.IsReference Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets or sets a value that indicates whether to preserve object reference data.
Assembly: System.Runtime.Serialization (in System.Runtime.Serialization.dll)
Property Value
Type: System.Booleantrue to keep object reference data using standard XML; otherwise, false. The default is false.
Show: