DataContractSerializer.SerializeReadOnlyTypes Property

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Gets a value that specifies whether read-only types are serialized.

Namespace:  System.Runtime.Serialization
Assembly:  System.Runtime.Serialization (in System.Runtime.Serialization.dll)

Syntax

Public ReadOnly Property SerializeReadOnlyTypes As Boolean
public bool SerializeReadOnlyTypes { get; }

Property Value

Type: System..::.Boolean
true if read-only types are serialized; false if all types are serialized.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0

See Also

Reference

DataContractSerializer Class

System.Runtime.Serialization Namespace