ClusProperties.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 any properties in the ClusProperties collection have been added or removed, or if any properties have been changed, since the last ClusProperties.Refresh or ClusProperties.SaveChanges operation.

This property is read-only.

Syntax

ClusProperties.Modified

Property value

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

Remarks

To test whether a specific property has been modified, see ClusProperty.Modified.

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

See also

ClusProperties

ClusProperties.Refresh

ClusProperties.SaveChanges