Condividi tramite


Proprietà IObjectFlow.IsMultireceive

True se i token inviati da più oggetti che eseguono l'azione di origine possono essere ricevuti da un singolo oggetto che esegue l'azione di destinazione.

Spazio dei nomi:  Microsoft.VisualStudio.Uml.Activities
Assembly:  Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)

Sintassi

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

Valore proprietà

Tipo: System.Boolean

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IObjectFlow Interfaccia

Spazio dei nomi Microsoft.VisualStudio.Uml.Activities