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 repeated invocations generate new tokens (threads) in the same activity instance. False if each invocation instantiates a new activity.
Namespace: Microsoft.VisualStudio.Uml.Activities
Assembly: Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)
Syntax
'Declaration
Property IsSingleExecution As Boolean
Get
Set
bool IsSingleExecution { get; set; }
property bool IsSingleExecution {
bool get ();
void set (bool value);
}
abstract IsSingleExecution : bool with get, set
function get IsSingleExecution () : boolean
function set IsSingleExecution (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.