Click or drag to resize

ExtensionNodeAnalysedDate Property

Gets or sets the date where the extension is analyzed.

Namespace:  Hummingbird.TestFramework.ExtensionProject
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
[DataMemberAttribute]
public DateTime AnalysedDate { get; set; }

Property Value

Type: DateTime
The analyzed date, this date is assigned when Analyze is called. There is no need to assign value in InternalAnalyze function in derived class.
See Also