ComplexObject.IsDeserializing Property

[WCF RIA Services Version 1 Service Pack 2 is compatible with either .NET framework 4 or .NET Framework 4.5, and with either Silverlight 4 or Silverlight 5.]

Gets a value indicating whether this instance is currently being deserialized.

Namespace:  System.ServiceModel.DomainServices.Client
Assembly:  System.ServiceModel.DomainServices.Client (in System.ServiceModel.DomainServices.Client.dll)

Syntax

'Declaration
Protected Friend ReadOnly Property IsDeserializing As Boolean
    Get
'Usage
Dim value As Boolean

value = Me.IsDeserializing
protected internal bool IsDeserializing { get; }
protected public:
property bool IsDeserializing {
    bool get ();
}
member IsDeserializing : bool
function get IsDeserializing () : boolean

Property Value

Type: System.Boolean
true if the complex object is deserializing; otherwise false.

See Also

Reference

ComplexObject Class

System.ServiceModel.DomainServices.Client Namespace