Share via


IInstance.Item Property (Field)

NOTE: This API is now obsolete.

Gets the value of a field in the 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)> _
ReadOnly Default Property Item ( _
    field As Field _
) As Object
    Get
'Usage
Dim instance As IInstance
Dim field As Field
Dim value As Object

value = instance(field)
[ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.", 
    false)]
Object this[
    Field field
] { get; }

Parameters

Property Value

Type: System.Object
A Field object that represents the value of the specified field.

See Also

Reference

IInstance Interface

IInstance Members

Item Overload

Microsoft.Office.Server.ApplicationRegistry.Runtime Namespace