AbstractServiceInstance Property |
Get the current instance of the service.
Namespace:
Hummingbird.TestFramework.Services
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax public static AbstractService Instance { get; protected set; }
Public Shared Property Instance As AbstractService
Get
Protected Set
public:
static property AbstractService^ Instance {
AbstractService^ get ();
protected: void set (AbstractService^ value);
}
static member Instance : AbstractService with get, set
Property Value
Type:
AbstractServiceSee Also