Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
- 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.