1. GroupDocs.Search
  2. /
  3. GroupDocs.Search for .NET
  4. /
  5. GroupDocs.Search.Options
  6. /
  7. TextOptions
  8. /
  9. Cancellation

Cancellation

TextOptions.Cancellation property

Gets or sets the cancellation object. The default value is null.

public Cancellation Cancellation { get; set; }

Property Value

The cancellation object.

See Also