共用方式為


QueryResult.Id 屬性

定義

取得或設定知識庫中答案的索引。 V3 使用 'qnaId',V4 使用 'id'。

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

屬性值

知識庫中答案的索引。 V3 使用 'qnaId',V4 使用 'id'。

適用於