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
- field
Type: Microsoft.Office.Server.ApplicationRegistry.MetadataModel.Field
A Field object.
Property Value
Type: System.Object
A Field object that represents the value of the specified field.
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.Runtime Namespace