IInstance.AdapterObject Property
Gets the native data adapter object returned by the back-end business application.
Namespace: Microsoft.Office.Server.ApplicationRegistry.Runtime
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
ReadOnly Property AdapterObject As Object
Get
'Usage
Dim instance As IInstance
Dim value As Object
value = instance.AdapterObject
Object AdapterObject { get; }
Property Value
Type: System.Object
An object representing the native adapter object returned by the back-end business application.
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.Runtime Namespace