Return the version of Activespaces product.

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

Syntax

C#
public static string Version { get; }
Visual Basic
Public Shared ReadOnly Property Version As String
	Get
Visual C++
public:
static property String^ Version {
	String^ get ();
}

Field Value

The AS API version

See Also