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

'Declaration
Property IsMulticast As Boolean
bool IsMulticast { get; set; }
property bool IsMulticast {
    bool get ();
    void set (bool value);
}
abstract IsMulticast : bool with get, set
function get IsMulticast () : boolean 
function set IsMulticast (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

IObjectFlow Interface

Microsoft.VisualStudio.Uml.Activities Namespace