ClusVersion.ClusterLowestVersion property

[The ClusterLowestVersion property is available for use in the operating systems specified in the Requirements section. It may be altered or unavailable in subsequent versions.]

Returns a value containing the lowest version of the Cluster service with which the current cluster is compatible.

This property is read-only.

Syntax

ClusVersion.ClusterLowestVersion

Property value

Long that receives the version value. The upper 16 bits of the value indicate the release number of the Cluster service. The lower 16 bits specify the build number of the Cluster service.

Remarks

All ClusVersion properties are static values corresponding the state of the cluster when the ClusVersion object was first created. To obtain the latest version information from the cluster, create a new ClusVersion object.

The cluster dynamically maintains the ClusVersion.ClusterHighestVersion and ClusterLowestVersion values based on the versions of the Cluster service running on the active cluster nodes. A node can join the cluster only if its version of the Cluster service is compatible with ClusVersion.ClusterHighestVersion and ClusterLowestVersion. For more information, see Version Compatibility.

Examples

See ClusVersion for an example.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2008 Enterprise, Windows Server 2008 Datacenter
Header
MsClus.h
IDL
MsClus.idl
Type library
MsClus.tlb
DLL
MsClus.dll
IID
IID_ISClusVersion is defined as F2E60716-2631-11D1-89F1-00A0C90D061E

See also

ClusVersion

ClusVersion.ClusterHighestVersion

ClusVersion.MixedVersion