BaseObject.IsChanged Property

 

Namespace:   Microsoft.ConfigurationManagement.ApplicationManagement
Assembly:  Microsoft.ConfigurationManagement.ApplicationManagement (in Microsoft.ConfigurationManagement.ApplicationManagement.dll)

Syntax

public bool IsChanged { get; set; }
public:
property bool IsChanged {
    bool get();
    void set(bool value);
}
Public Property IsChanged As Boolean

Property Value

Type: System.Boolean

See Also

BaseObject Class
Microsoft.ConfigurationManagement.ApplicationManagement Namespace

Return to top