BaseObject.IChangeTracker.IsReadOnly Property

 

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

Syntax

bool IChangeTracker.IsReadOnly { get; set; }
private:
property bool IsReadOnly {
    virtual bool get() sealed = IChangeTracker::IsReadOnly::get;
    virtual void set(bool value) sealed = IChangeTracker::IsReadOnly::set;
}
Private Property IsReadOnly As Boolean Implements IChangeTracker.IsReadOnly

Property Value

Type: System.Boolean

Implements

IChangeTracker.IsReadOnly

See Also

BaseObject Class
Microsoft.ConfigurationManagement.ApplicationManagement Namespace

Return to top