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.
Initializes a new instance of the FieldCalculated object.
Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Sub New ( _
    context As ClientRuntimeContext, _
    objectPath As ObjectPath _
)
'Usage
Dim context As ClientRuntimeContext
Dim objectPath As ObjectPath
Dim instance As New FieldCalculated(context, _
    objectPath)
public FieldCalculated(
    ClientRuntimeContext context,
    ObjectPath objectPath
)
Parameters
- context
Type: Microsoft.SharePoint.Client.ClientRuntimeContext 
- objectPath
Type: Microsoft.SharePoint.Client.ObjectPath