NamedLobSystemInstanceDictionary.Item Property
NOTE: This API is now obsolete.
Sets or returns the value of an item in the NamedLobSystemDictionary object.
Namespace: Microsoft.Office.Server.ApplicationRegistry.MetadataModel
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
<ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.", _
False)> _
Public Default Property Item ( _
lobSystemInstanceName As String _
) As LobSystemInstance
Get
Set
'Usage
Dim instance As NamedLobSystemInstanceDictionary
Dim lobSystemInstanceName As String
Dim value As LobSystemInstance
value = instance(lobSystemInstanceName)
instance(lobSystemInstanceName) = value
[ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.",
false)]
public LobSystemInstance this[
string lobSystemInstanceName
] { get; set; }
Parameters
lobSystemInstanceName
Type: System.StringThe name of the LobSystemInstance object.
Property Value
Type: Microsoft.Office.Server.ApplicationRegistry.MetadataModel.LobSystemInstance
The name of the LobSystemInstance object.
See Also
Reference
NamedLobSystemInstanceDictionary Class
NamedLobSystemInstanceDictionary Members
Microsoft.Office.Server.ApplicationRegistry.MetadataModel Namespace