TestConnectionResultServerVersion Property  | 
 
            Gets the server version.
            
 
    Namespace: 
   Dundas.BI.Data.DataProviders
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic string? ServerVersion { get; }Public ReadOnly Property ServerVersion As String
	Get
public:
property String^ ServerVersion {
	String^ get ();
}member ServerVersion : string with get
Property Value
Type: 
String
            The server version.
            
See Also