NamedLobSystemInstanceDictionary.Item Property
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
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
public LobSystemInstance this[
string lobSystemInstanceName
] { get; set; }
Parameters
- lobSystemInstanceName
Type: System.String
The 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