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.
Gets or sets the execution context set by the caller.
Namespace: Microsoft.BusinessData.SystemSpecific
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Property ExecutionContext As IExecutionContext
Get
Set
'Usage
Dim instance As IContextProperty
Dim value As IExecutionContext
value = instance.ExecutionContext
instance.ExecutionContext = value
IExecutionContext ExecutionContext { get; set; }
Property Value
Type: Microsoft.BusinessData.Runtime.IExecutionContext
The execution context set by the caller.
Remarks
The execution context can be a null reference (Nothing in Visual Basic).