DiagnosticConfiguration.MaskedProperties 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.
Telemetry events/properties which should be masked
public System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> MaskedProperties { get; set; }
member this.MaskedProperties : System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> with get, set
Public Property MaskedProperties As Dictionary(Of String, List(Of String))