Check whether the spaceName refers to a system space

Namespace: Com.Tibco.As.Space
Assembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.4.0.001)

Syntax

C#
public static bool IsSystemSpace(
	string spaceName
)
Visual Basic
Public Shared Function IsSystemSpace ( 
	spaceName As String
) As Boolean
Visual C++
public:
static bool IsSystemSpace(
	String^ spaceName
)
F#
static member IsSystemSpace : 
        spaceName : string -> bool 

Parameters

spaceName
Type: System..::..String
space name

Return Value

Type: Boolean
true if spaceName refers to a system else false

See Also