ExtractionCursor Index Property C# API
Gets or sets the offset into the Response at which the extracted text was found.

Namespace: Facilita.Native
Assembly: clrNativeWrapper (in clrNativeWrapper.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public int Index { get; set; }

Field Value

The offset into the Response at which the extracted text was found.
See Also