AbstractInstance.AdapterObject Property
NOTE: This API is now obsolete.
When overridden in a derived class, gets the native adapter object for this instance.
Namespace: Microsoft.Office.Server.ApplicationRegistry.Runtime
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
<ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.", _
False)> _
Public ReadOnly Property AdapterObject As Object
Get
'Usage
Dim instance As AbstractInstance
Dim value As Object
value = instance.AdapterObject
[ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.",
false)]
public Object AdapterObject { get; }
Property Value
Type: System.Object
The native adapter object.
Implements
Remarks
When Business Data Catalog makes calls to the backend, it gets data back in their native form. However, to provide a consistent and unified interface to the clients, it wraps the native objects into entity instances and entity instance enumerators. You can still work directly with the native object if you like to using this property.
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.Runtime Namespace