NamedEntityDictionary.Item Property

Sets or returns the value of an item in the NamedEntityDictionary object.

Namespace:  Microsoft.Office.Server.ApplicationRegistry.MetadataModel
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
Public Default Property Item ( _
    entityName As String _
) As Entity
    Get
    Set
'Usage
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; }

Parameters

Property Value

Type: Microsoft.Office.Server.ApplicationRegistry.MetadataModel.Entity
The name of the entity.

See Also

Reference

NamedEntityDictionary Class

NamedEntityDictionary Members

Microsoft.Office.Server.ApplicationRegistry.MetadataModel Namespace