Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
True if the value of the property cannot be changed.
Namespace: Microsoft.VisualStudio.Uml.Classes
Assembly: Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)
Syntax
bool IsReadOnly { get; set; }
property bool IsReadOnly {
bool get();
void set(bool value);
}
abstract IsReadOnly : bool with get, set
Property IsReadOnly As Boolean
Property Value
Type: System.Boolean
See Also
IStructuralFeature Interface
Microsoft.VisualStudio.Uml.Classes Namespace
Return to top