Return the version of Activespaces product.

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

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 ();
}
F#
static member Version : string with get

Property Value

Type: String
The AS API version

See Also