Share via


IModelStore.IsReadOnly Property

If true, the model cannot be updated.

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

Syntax

'Declaration
ReadOnly Property IsReadOnly As Boolean
bool IsReadOnly { get; }
property bool IsReadOnly {
    bool get ();
}
abstract IsReadOnly : bool with get
function get IsReadOnly () : boolean

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

IModelStore Interface

Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml Namespace