Property UnderlyingObject
| Edit this page View SourceUnderlyingObject
Gets or sets any underlying object for the suggestion.
Declaration
public object? UnderlyingObject { get; set; }
Property Value
Type | Description |
---|---|
object |
Remarks
This is helpful in cases where an underlying suggestion object is useful when completing a search. For example, when using a locator, the underlying SuggestResult should be used when accepting the suggestion for a search.