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; }
Protected Property IsDeserialzing As Boolean
Get
Set
protected:
property bool IsDeserialzing {
bool get ();
void set (bool value);
}
member IsDeserialzing : bool with get, set
Property Value
Type:
Booleantrue if this instance is deserialzing; otherwise,
false.
See Also