ClusProperty.Modified property

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

Indicates whether the value of the property has changed since the last ClusProperties.Refresh or ClusProperties.SaveChanges operation.

This property is read-only.

Syntax

ClusProperty.Modified

Property value

A Variant set to VARIANT_TRUE if any properties have been modified, added, or removed, and VARIANT_FALSE otherwise.

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 Modified to return VARIANT_TRUE.

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

ClusProperty

ClusProperties

ClusProperties

ClusProperties.Refresh

ClusProperties.SaveChanges