Version information received from the server in the last successful connection attempt. If the target server has never been successfully connected to, this value will be null.

Namespace: StreamBase.LiveView.API
Assembly: StreamBase.LiveView.API (in StreamBase.LiveView.API.dll) Version: 11.1.0.0 (11.1.0.8)

Syntax

         
 C#  Visual Basic  Visual C++ 
ServerVersion Version { get; }
ReadOnly Property Version As ServerVersion
	Get
property ServerVersion^ Version {
	ServerVersion^ get ();
}

See Also