Gets a value indicating whether the space is ready.
Namespace: Com.Tibco.As.SpaceAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.4.0.001)
Syntax
C# |
---|
bool IsReady { get; } |
Visual Basic |
---|
ReadOnly Property IsReady As Boolean Get |
Visual C++ |
---|
property bool IsReady { bool get (); } |
F# |
---|
abstract IsReady : bool with get |
Property Value
Type: Booleantrue if the space is ready; otherwise, false.