KnowledgeSourceParams.NeverQuerySource Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)