NamedEntityDictionary Constructor (Int32)

NOTE: This API is now obsolete.

Creates a dictionary of Entity objects of a specified size.

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 Sub New ( _
    size As Integer _
)
'Usage
Dim size As Integer

Dim instance As New NamedEntityDictionary(size)
[ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.", 
    false)]
public NamedEntityDictionary(
    int size
)

Parameters

See Also

Reference

NamedEntityDictionary Class

NamedEntityDictionary Members

NamedEntityDictionary Overload

Microsoft.Office.Server.ApplicationRegistry.MetadataModel Namespace