MarkLogic XCC/.Net Library

ModuleRunner.Request Property

The Request object used internally to submit requests. This object can be used to set external variables that will be bound to the query when submitted. You should not set your own RequestOptions object, use the RequestOptions property instead.

[Visual Basic]
Overridable Public ReadOnly Property Request As Request
[C#]
public virtual Marklogic.Xcc.Request Request {get;}

See Also

ModuleRunner Class | Marklogic.Xcc.Examples Namespace