IPort.IsBehavior Property
True if messages sent to this port will be handled by the owning object itself, instead of its internal parts.
Namespace: Microsoft.VisualStudio.Uml.CompositeStructures
Assembly: Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)
Syntax
bool IsBehavior { get; set; }
property bool IsBehavior {
bool get();
void set(bool value);
}
abstract IsBehavior : bool with get, set
Property IsBehavior As Boolean
Property Value
Type: System.Boolean
See Also
IPort Interface
Microsoft.VisualStudio.Uml.CompositeStructures Namespace
Return to top