Click or drag to resize

HostDseVersion Property

Gets the DSE version the server is running. This property might be null when using Apache Cassandra or legacy DSE server versions.

Namespace:  Cassandra
Assembly:  Cassandra (in Cassandra.dll) Version: 3.13.0
Syntax
C#
public Version DseVersion { get; }

Property Value

Type: Version
See Also