IMethodExecutionInfo.MethodInstance Property
Gets the method instance that is executing or executed.
Namespace: Microsoft.BusinessData.Runtime
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
ReadOnly Property MethodInstance As IMethodInstance
Get
'Usage
Dim instance As IMethodExecutionInfo
Dim value As IMethodInstance
value = instance.MethodInstance
IMethodInstance MethodInstance { get; }
Property Value
Type: Microsoft.BusinessData.MetadataModel.IMethodInstance
The method instance associated with this execution info..