Click or drag to resize

ExtensionNodeIsDeserialzing Property

Gets or sets a value indicating whether this instance is deserialzing.

Namespace:  Hummingbird.TestFramework.ExtensionProject
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
protected bool IsDeserialzing { get; set; }

Property Value

Type: Boolean
true if this instance is deserialzing; otherwise, false.
See Also