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

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

Property Value

Type: System.Boolean

See Also

IModelStore Interface
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml Namespace

Return to top