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.4.0.0 (5.4.0)
Syntax [XmlIgnoreAttribute]
protected bool DeserializationInProgress { get; set; }
<XmlIgnoreAttribute>
Protected Property DeserializationInProgress As Boolean
Get
Set
Property Value
Type:
Booleantrue if [deserialization in progress]; otherwise,
false.
See Also