CimProperty.IsValueModified Property
Gets a Boolean value that indicates whether the property has been modified.
Namespace: Microsoft.Management.Infrastructure
Assembly: Microsoft.Management.Infrastructure (in Microsoft.Management.Infrastructure.dll)
Syntax
public virtual bool IsValueModified { get; set; }
public:
property bool IsValueModified {
virtual bool get();
virtual void set(bool value);
}
abstract IsValueModified : bool with get, set
override IsValueModified : bool with get, set
Public Overridable Property IsValueModified As Boolean
Property Value
Type: System.Boolean
true if the property has been modified; otherwise, false.
See Also
CimProperty Class
Microsoft.Management.Infrastructure Namespace
Return to top