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

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

Property Value

Type: System.Boolean

See Also

IBehavior Interface
Microsoft.VisualStudio.Uml.CommonBehaviors Namespace

Return to top