TestConnectionResultClientVersion Property |
Gets the client version.
Namespace:
Dundas.BI.Data.DataProviders
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public string ClientVersion { get; }
Public ReadOnly Property ClientVersion As String
Get
public:
property String^ ClientVersion {
String^ get ();
}
member ClientVersion : string with get
Property Value
Type:
String
The client version.
See Also