: NamedLobSystemInstanceDictionary.Item (Propiedad) (String) (Microsoft.Office.Server.ApplicationRegistry.MetadataModel)
Sets or returns the value of an item in the NamedLobSystemDictionary object.
Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)
Sintaxis
'Declaración
Public Default Property Item ( _
lobSystemInstanceName As String _
) As LobSystemInstance
'Uso
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; }
Parámetros
- lobSystemInstanceName
The name of the LobSystemInstance object.
Valor de propiedad
The name of the LobSystemInstance object.
Vea también
Referencia
NamedLobSystemInstanceDictionary (Clase)
NamedLobSystemInstanceDictionary (Miembros)
Microsoft.Office.Server.ApplicationRegistry.MetadataModel (Espacio de nombres)