Entity.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 the current entity 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 entity is currently being deserialized; otherwise, false.

See Also

Reference

Entity Class

System.ServiceModel.DomainServices.Client Namespace