QuestionAnsweringAuthoringDialog.IsContextOnly 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.
To mark if a prompt is relevant only with a previous question or not. If true, do not include this QnA as answer for queries without context; otherwise, ignores context and includes this QnA in answers.
public bool? IsContextOnly { get; set; }
member this.IsContextOnly : Nullable<bool> with get, set
Public Property IsContextOnly As Nullable(Of Boolean)