BaseObject.IsReadOnly Property

 

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

Syntax

public bool IsReadOnly { get; protected set; }
public:
property bool IsReadOnly {
    virtual bool get() sealed;
    protected: virtual void set(bool value) sealed;
}
Public Property IsReadOnly As Boolean
    Get
    Protected Set
End Property

Property Value

Type: System.Boolean

See Also

BaseObject Class
Microsoft.ConfigurationManagement.ApplicationManagement Namespace

Return to top