Share via


SPFieldOverbook constructor (SPFieldCollection, String)

Initializes a new instance of the [Microsoft.SharePoint.Applications.GroupBoard.SPFieldOverbook] class based on the specified field name.

Namespace:  Microsoft.SharePoint.Applications.GroupBoard
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Sub New ( _
    fields As SPFieldCollection, _
    fieldName As String _
)
'Usage
Dim fields As SPFieldCollection
Dim fieldName As String

Dim instance As New SPFieldOverbook(fields, _
    fieldName)
public SPFieldOverbook(
    SPFieldCollection fields,
    string fieldName
)

Parameters

  • fieldName
    Type: System.String

    A string representation of the name of the field of reference.

See also

Reference

SPFieldOverbook class

SPFieldOverbook members

SPFieldOverbook overload

Microsoft.SharePoint.Applications.GroupBoard namespace