Share via


IBehavior.IsReentrant Property

True if the behavior can be invoked while it is still executing from a previous invocation.

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

Syntax

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

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

IBehavior Interface

Microsoft.VisualStudio.Uml.CommonBehaviors Namespace