Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
True if tokens sent from multiple objects executing the source action can be received by a single object executing the target action.
Namespace: Microsoft.VisualStudio.Uml.Activities
Assembly: Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)
Syntax
'Declaration
Property IsMultireceive As Boolean
Get
Set
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)
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.