IStreamableField.ParentInstance Property

Gets the External Item that this field belongs to.

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

Syntax

'Declaration
ReadOnly Property ParentInstance As IInstance
    Get
'Usage
Dim instance As IStreamableField
Dim value As IInstance

value = instance.ParentInstance
IInstance ParentInstance { get; }

Property Value

Type: Microsoft.BusinessData.Runtime.IInstance

The External Item this field belongs to.

See Also

Reference

IStreamableField Interface

IStreamableField Members

Microsoft.BusinessData.Runtime Namespace