Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The behavior whose execution this represents.
Namespace: Microsoft.VisualStudio.Uml.Interactions
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
IBehaviorExecutionSpecification Interface
Microsoft.VisualStudio.Uml.Interactions Namespace
Return to top