IActivity.IsReadOnly Property

True if this activity must not make any changes to variables outside the activity or to objects.

Namespace:  Microsoft.VisualStudio.Uml.Activities
Assembly:  Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)

Syntax

'Declaration
Property IsReadOnly As Boolean
    Get
    Set
bool IsReadOnly { get; set; }
property bool IsReadOnly {
    bool get ();
    void set (bool value);
}
abstract IsReadOnly : bool with get, set
function get IsReadOnly () : boolean
function set IsReadOnly (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

IActivity Interface

Microsoft.VisualStudio.Uml.Activities Namespace