Share via


QueryResult.Id Property

Definition

Gets or sets the index of the answer in the knowledge base. V3 uses 'qnaId', V4 uses 'id'.

public int Id { get; set; }
member this.Id : int with get, set
Public Property Id As Integer

Property Value

The index of the answer in the knowledge base. V3 uses 'qnaId', V4 uses 'id'.

Applies to