RequestVariable constructor (ClientRuntimeContext, ObjectPath)
Initializes a new instance of the RequestVariable class.
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 RequestVariable(context, _
objectPath)
public RequestVariable(
ClientRuntimeContext context,
ObjectPath objectPath
)
Parameters
context
Type: Microsoft.SharePoint.Client.ClientRuntimeContextThe runtime context.
objectPath
Type: Microsoft.SharePoint.Client.ObjectPathThe object path.