CustomEntity.DefaultAccentSensitive 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.
Changes the default accent sensitivity value for this entity. It be used to change the default value of all aliases accentSensitive values.
public bool? DefaultAccentSensitive { get; set; }
member this.DefaultAccentSensitive : Nullable<bool> with get, set
Public Property DefaultAccentSensitive As Nullable(Of Boolean)