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.1.5.12)
SyntaxReadOnly Property IsReady As Boolean
Get
property bool IsReady {
bool get ();
}
abstract IsReady : bool with get
Property Value
Type:
Booleantrue if the space is ready; otherwise,
false.
See Also