FieldChoice constructor

Initializes a new instance of the FieldChoice class with the specified client runtime context and the object path of the client.

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 FieldChoice(context, _
    objectPath)
public FieldChoice(
    ClientRuntimeContext context,
    ObjectPath objectPath
)

Parameters

See also

Reference

FieldChoice class

FieldChoice members

Microsoft.SharePoint.Client namespace