IContextProperty.ExecutionContext Property

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).

See Also

Reference

IContextProperty Interface

IContextProperty Members

Microsoft.BusinessData.SystemSpecific Namespace