Share via


ICallBehaviorAction.Behavior Property

 

The invoked behavior.

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

Syntax

IBehavior Behavior { get; set; }
property IBehavior^ Behavior {
    IBehavior^ get();
    void set(IBehavior^ value);
}
abstract Behavior : IBehavior with get, set
Property Behavior As IBehavior

Property Value

Type: Microsoft.VisualStudio.Uml.CommonBehaviors.IBehavior

See Also

ICallBehaviorAction Interface
Microsoft.VisualStudio.Uml.Actions Namespace

Return to top