Share via


IModelStore.IsReadOnly Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

True if only read operations are permited on the store.

Namespace:  Microsoft.VisualStudio.Uml.Extensions
Assembly:  Microsoft.VisualStudio.Uml.Extensions (in Microsoft.VisualStudio.Uml.Extensions.dll)

Syntax

'Declaration
ReadOnly Property IsReadOnly As Boolean
    Get
'Usage
Dim instance As IModelStore
Dim value As Boolean

value = instance.IsReadOnly
bool IsReadOnly { get; }
property bool IsReadOnly {
    bool get ();
}
abstract IsReadOnly : bool
function get IsReadOnly () : boolean

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

IModelStore Interface

IModelStore Members

Microsoft.VisualStudio.Uml.Extensions Namespace