Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates a field collection with a specified number of fields.
Namespace: Microsoft.Office.Server.ApplicationRegistry.MetadataModel
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Sub New ( _
capacity As Integer _
)
'Usage
Dim capacity As Integer
Dim instance As New FieldCollection(capacity)
public FieldCollection(
int capacity
)
Parameters
- capacity
Type: System.Int32
The number of fields in the collection.
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.MetadataModel Namespace