Propriété ComplexObject.IsDeserializing
Obtient une valeur qui indique si cette instance est actuellement en cours de désérialisation.
Espace de noms: System.ServiceModel.DomainServices.Client
Assembly : System.ServiceModel.DomainServices.Client (dans system.servicemodel.domainservices.client.dll)
Utilisation
'Utilisation
Dim value As Boolean
value = Me.IsDeserializing
Syntaxe
'Déclaration
Protected Friend ReadOnly Property IsDeserializing As Boolean
protected internal bool IsDeserializing { get; }
protected public:
property bool IsDeserializing {
bool get ();
}
/** @property */
protected boolean get_IsDeserializing ()
protected internal function get IsDeserializing () : boolean
Valeur de propriété
true si l'objet complexe est en cours de désérialisation ; sinon, false.
Sécurité des threads
Tous les membres publics statiques (Partagés dans Visual Basic) de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.
Plateformes
Plateformes de développement
Windows XP Édition familiale, Windows XP Professionnel, Windows Server 2003 , Windows Server 2008 et Windows 2000
Plateformes cibles
Voir aussi
Référence
Classe ComplexObject
Membres ComplexObject
Espace de noms System.ServiceModel.DomainServices.Client