Click or drag to resize
CollectionCoreTDeserializationInProgress Property
Gets or sets a value indicating whether [deserialization in progress].

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
[XmlIgnoreAttribute]
protected bool DeserializationInProgress { get; set; }

Property Value

Type: Boolean
true if [deserialization in progress]; otherwise, false.
See Also