AbstractInstance.Item Property (Field)
When overridden in a derived class, gets the value of the specified field on the native adapter object wrapped by this IEntityInstance .
Namespace: Microsoft.Office.Server.ApplicationRegistry.Runtime
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Overridable ReadOnly Default Property Item ( _
field As Field _
) As Object
Get
'Usage
Dim instance As AbstractInstance
Dim field As Field
Dim value As Object
value = instance(field)
public virtual Object this[
Field field
] { get; }
Parameters
- field
Type: Microsoft.Office.Server.ApplicationRegistry.MetadataModel.Field
A Field object in the entity instance.
Property Value
Type: System.Object
An object representing the value of the specified field.
Implements
Remarks
The Business Data Catalog can handle two types of adapter objects natively:
A standard Microsoft .NET Framework object with public properties or fields
A DataRow object
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.Runtime Namespace