Share via


BaseObject.InsideIsChangedSetter Property

 

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

Syntax

protected bool InsideIsChangedSetter { get; set; }
protected:
property bool InsideIsChangedSetter {
    bool get();
    void set(bool value);
}
Protected Property InsideIsChangedSetter As Boolean

Property Value

Type: System.Boolean

See Also

BaseObject Class
Microsoft.ConfigurationManagement.ApplicationManagement Namespace

Return to top