NamedLobSystemInstanceDictionary.Item, propriété (String) (Microsoft.Office.Server.ApplicationRegistry.MetadataModel)
Sets or returns the value of an item in the NamedLobSystemDictionary object.
Espace de noms : Microsoft.Office.Server.ApplicationRegistry.MetadataModel
Assembly : Microsoft.SharePoint.Portal (dans microsoft.sharepoint.portal.dll)
Syntaxe
'Déclaration
Public Default Property Item ( _
lobSystemInstanceName As String _
) As LobSystemInstance
'Utilisation
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; }
Paramètres
- lobSystemInstanceName
The name of the LobSystemInstance object.
Valeur de la propriété
The name of the LobSystemInstance object.
Voir aussi
Référence
NamedLobSystemInstanceDictionary, classe
Membres NamedLobSystemInstanceDictionary
Microsoft.Office.Server.ApplicationRegistry.MetadataModel, espace de noms