IBehaviorExecutionSpecification.Behavior (Propiedad)

Comportamiento cuya ejecución representa este elemento.

Espacio de nombres:  Microsoft.VisualStudio.Uml.Interactions
Ensamblado:  Microsoft.VisualStudio.Uml.Interfaces (en Microsoft.VisualStudio.Uml.Interfaces.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

Tipo: Microsoft.VisualStudio.Uml.CommonBehaviors.IBehavior

Seguridad de .NET Framework

Vea también

Referencia

IBehaviorExecutionSpecification Interfaz

Microsoft.VisualStudio.Uml.Interactions (Espacio de nombres)