ExtractionCursor Succeeded Property C# API
Gets or sets a value that indicates whether the extract was successful.

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

public bool Succeeded { get; set; }

Field Value

true if the extract was successful; otherwise, false.
See Also