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
Assemblies: Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll); 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
Context
Type: Microsoft.SharePoint.Client.ClientRuntimeContextThe ClientRuntimeContext object that represents the runtime context for accessing data from and invoking methods on remote objects.
ObjectPath
Type: Microsoft.SharePoint.Client.ObjectPathThe ObjectPath object that tracks how a client object is created in the ClientRuntimeContext class, so that the object can be re-created on the server.