ClusProperty object

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

Represents a single property within a ClusProperties collection.

Members

The ClusProperty object has these types of members:

Properties

The ClusProperty object has these properties.

Property Description
Format
Returns or sets the format of the cluster object property.
Length
Returns the byte size of the cluster object property.
Modified
Indicates whether the value of the property has changed since the last Refresh or SaveChanges operation.
Name
Returns the name of the cluster object property.
Type
Returns or sets the type of the cluster object property.
Value
Returns or sets the property value of the cluster object property.
ValueCount
Returns the number of property values stored in the cluster object property.
Values
Returns a ClusPropertyValues collection containing all of the property values associated with the cluster object property.

Remarks

A ClusProperty object contains a local copy of real property data stored in the cluster database. Changes to the ClusProperty object do not take effect in the cluster until the parent ClusProperties.SaveChanges method is invoked. Similarly, changes to the cluster database are not reflected in the object until the ClusProperties.Refresh method is called.

A ClusProperty object can only be obtained from a ClusProperties collection.

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

Property Management Objects