Share via


IBehaviorExecutionSpecification.Behavior Property

The behavior whose execution this represents.

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

Syntax

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

Property Value

Type: Microsoft.VisualStudio.Uml.CommonBehaviors.IBehavior

.NET Framework Security

See Also

Reference

IBehaviorExecutionSpecification Interface

Microsoft.VisualStudio.Uml.Interactions Namespace