SPFieldCollection.Add method (SPField)
Adds a field to the collection based on the specified field.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Function Add ( _
field As SPField _
) As String
'Usage
Dim instance As SPFieldCollection
Dim field As SPField
Dim returnValue As String
returnValue = instance.Add(field)
public string Add(
SPField field
)
Parameters
field
Type: Microsoft.SharePoint.SPFieldAn SPField object that represents the field.
Return value
Type: System.String
A string that contains the internal name of the new field.