ClusProperty.Value property

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

Sets or retrieves the locally stored copy of the property value of a cluster object property.

This property is read-only.

Syntax

ClusProperty.Value

Property value

Remarks

A ClusProperty object operates on a local copy of cluster property data. Changes made to the local copy of the data do not take effect in the cluster until the parent ClusProperties collection invokes the ClusProperties.SaveChanges method. Any change to the local copy of the property value causes ClusProperties.Modified to return VARIANT_TRUE.

For detailed information about the properties associated with cluster objects, see Cluster Object Properties.

For cluster object properties that contain multiple values, use ClusProperty.ValueCount to find the number of property values, and ClusProperty.Values to obtain a ClusPropertyValues collection containing the property values.

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_ISClusProperty is defined as F2E606FE-2631-11D1-89F1-00A0C90D061E

See also

ClusProperties

ClusProperties.Modified

ClusProperties.SaveChanges

ClusProperty

ClusProperty.ValueCount

ClusProperty.Values

ClusPropertyValues