GlobalLastExtensionLoadedDate Property |
Gets or sets the date where the last extension has been loaded.
Namespace:
Hummingbird.TestFramework
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax public static DateTime LastExtensionLoadedDate { get; }
Public Shared ReadOnly Property LastExtensionLoadedDate As DateTime
Get
public:
static property DateTime LastExtensionLoadedDate {
DateTime get ();
}
static member LastExtensionLoadedDate : DateTime with get
Property Value
Type:
DateTime
The last extension loaded date.
See Also