GlobalIsInitialized Property |
Gets or sets a value indicating whether this instance is initialized.
Namespace:
Hummingbird.TestFramework
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax public static bool IsInitialized { get; set; }
Public Shared Property IsInitialized As Boolean
Get
Set
public:
static property bool IsInitialized {
bool get ();
void set (bool value);
}
static member IsInitialized : bool with get, set
Property Value
Type:
Booleantrue if this instance is initialized; otherwise,
false.
See Also