NamedEntityDictionary.Item, propriété (String) (Microsoft.Office.Server.ApplicationRegistry.MetadataModel)
Sets or returns the value of an item in the NamedEntityDictionary 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 ( _
entityName As String _
) As Entity
'Utilisation
Dim instance As NamedEntityDictionary
Dim entityName As String
Dim value As Entity
value = instance(entityName)
instance(entityName) = value
public Entity this [
string entityName
] { get; set; }
Paramètres
- entityName
The name of the entity.
Valeur de la propriété
The name of the entity.
Voir aussi
Référence
NamedEntityDictionary, classe
Membres NamedEntityDictionary
Microsoft.Office.Server.ApplicationRegistry.MetadataModel, espace de noms