AccentSensitivity Property
In This Topic
Gets or sets a value indicating whether the data is accent sensitive.
- Default. The accent sensitivity setting should be autoderived by querying the data provider. Defaults to False if the data provider does not support that method.
- Data in this data set is accent sensitive.
- Data in this data set is accent insensitive.
Syntax
'Declaration
Public Property AccentSensitivity As TriState
public TriState AccentSensitivity {get; set;}
See Also