Share via


SPFieldFreeBusy Constructor (SPFieldCollection, String)

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

Namespace:  Microsoft.SharePoint.Applications.GroupBoard
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

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

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

Parameters

  • fieldName
    Type: System.String

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

See Also

Reference

SPFieldFreeBusy Class

SPFieldFreeBusy Members

SPFieldFreeBusy Overload

Microsoft.SharePoint.Applications.GroupBoard Namespace