IInstance.Item Property (String)
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 ( _
fieldName As String _
) As Object
Get
'Usage
Dim instance As IInstance
Dim fieldName As String
Dim value As Object
value = instance(fieldName)
Object this[
string fieldName
] { get; }
Parameters
- fieldName
Type: System.String
The name of a field.
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