Share via


NamedEntityDictionary.Item Property

NOTE: This API is now obsolete.

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
<ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.",  _
    False)> _
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
[ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.", 
    false)]
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