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)

property bool IsReentrant {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

Return to top
Show: