Gets the instance of History.
Namespace:
Hummingbird.TestFramework.Configuration
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax public static History Instance { get; }
Public Shared ReadOnly Property Instance As History
Get
public:
static property History^ Instance {
History^ get ();
}
static member Instance : History with get
Property Value
Type:
History
The instance of History.
See Also