IContextProperty.MethodInstance Property

Gets or sets the MethodInstance object for the calling method.

Namespace:  Microsoft.BusinessData.SystemSpecific
Assembly:  Microsoft.BusinessData (in Microsoft.BusinessData.dll)

Syntax

'Declaration
Property MethodInstance As IMethodInstance
    Get
    Set
'Usage
Dim instance As IContextProperty
Dim value As IMethodInstance

value = instance.MethodInstance

instance.MethodInstance = value
IMethodInstance MethodInstance { get; set; }

Property Value

Type: Microsoft.BusinessData.MetadataModel.IMethodInstance
The MethodInstance object.

See Also

Reference

IContextProperty Interface

IContextProperty Members

Microsoft.BusinessData.SystemSpecific Namespace