Language

KnowledgeSourceParams.NeverQuerySource Property

Definition

Indicates that this knowledge source should be excluded from the request's candidate set and never queried at retrieval time. The exclusion is request-local and does not modify knowledge base membership. Cannot be combined with alwaysQuerySource on the same knowledge source.

public bool? NeverQuerySource { get; set; }
member this.NeverQuerySource : Nullable<bool> with get, set
Public Property NeverQuerySource As Nullable(Of Boolean)

Property Value

Applies to