QnAMakerOptions.IsTest 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.
Gets or sets a value indicating whether to call test or prod environment of knowledge base to be called.
public bool IsTest { get; set; }
member this.IsTest : bool with get, set
Public Property IsTest As Boolean
Property Value
A value indicating whether to call test or prod environment of knowledge base.