ValueExclusionPolicy.ExcludedValues 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.
List of words and terms that should be excluded from detection by the PII detection service.
public System.Collections.Generic.IList<string> ExcludedValues { get; }
member this.ExcludedValues : System.Collections.Generic.IList<string>
Public ReadOnly Property ExcludedValues As IList(Of String)