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
'Declaration
Property IsBehavior As Boolean
bool IsBehavior { get; set; }
property bool IsBehavior {
bool get ();
void set (bool value);
}
abstract IsBehavior : bool with get, set
function get IsBehavior () : boolean
function set IsBehavior (value : boolean)
Property Value
Type: System.Boolean
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.