IObjectFlow.IsMulticast Property
True if a token sent from the source action executed by one object can be received by multiple objects executing the target action.
Namespace: Microsoft.VisualStudio.Uml.Activities
Assembly: Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)
Syntax
bool IsMulticast { get; set; }
property bool IsMulticast {
bool get();
void set(bool value);
}
abstract IsMulticast : bool with get, set
Property IsMulticast As Boolean
Property Value
Type: System.Boolean
See Also
IObjectFlow Interface
Microsoft.VisualStudio.Uml.Activities Namespace
Return to top