Share via


IInstance.Item Property (Field)

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
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)
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