IdentifierCollection Constructor (Int32)

NOTE: This API is now obsolete.

Creates an IdentifierCollection object with a specified number of identifiers.

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

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

Parameters

  • capacity
    Type: System.Int32

    The count of the identifiers in the collection.

See Also

Reference

IdentifierCollection Class

IdentifierCollection Members

IdentifierCollection Overload

Microsoft.Office.Server.ApplicationRegistry.MetadataModel Namespace