Click or drag to resize
ClusterMaxProtocolVersion Property
Gets or sets the maximum protocol version used by this driver.

While property value is maintained for backward-compatibility, use SetMaxProtocolVersion(ProtocolVersion) to set the maximum protocol version used by the driver.

Protocol version used can not be higher than MaxSupported.

Namespace: Dse
Assembly: Dse (in Dse.dll) Version: 2.1.0
Syntax
C#
public static int MaxProtocolVersion { get; set; }

Property Value

Type: Int32
See Also