IInstance.Item Property (String)
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 ( _
fieldName As String _
) As Object
Get
'Usage
Dim instance As IInstance
Dim fieldName As String
Dim value As Object
value = instance(fieldName)
[ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.",
false)]
Object this[
string fieldName
] { get; }
Parameters
fieldName
Type: System.StringThe 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