Share via


ModelStore.IsReadOnly Property

 

Namespace:   Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml
Assembly:  Microsoft.VisualStudio.ArchitectureTools.Extensibility (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll)

Syntax

public bool IsReadOnly { get; }
public:
property bool IsReadOnly {
    virtual bool get() sealed;
}
abstract IsReadOnly : bool with get
override IsReadOnly : bool with get
Public ReadOnly Property IsReadOnly As Boolean

Property Value

Type: System.Boolean

Implements

IModelStore.IsReadOnly

See Also

ModelStore Class
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml Namespace

Return to top