DiagnosticsOptions.LoggedQueryParameters 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 a list of query parameter names that are not redacted during logging.
public System.Collections.Generic.IList<string> LoggedQueryParameters { get; }
member this.LoggedQueryParameters : System.Collections.Generic.IList<string>
Public ReadOnly Property LoggedQueryParameters As IList(Of String)