Metadata.SourceFilterMetadataKey Field
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.
Name of Metadata key to be used for source filtering in StrictFilters.
public const string SourceFilterMetadataKey;
val mutable SourceFilterMetadataKey : string
Public Const SourceFilterMetadataKey As String
Field Value
Remarks
Example: new Metadata { Name = "source_name_metadata", Value = "one_of_kb_sources.extension" }
can be used to get answers only from the source "one_of_kb_sources.extension".