AnalyzerPropertiesAccent Property |
Optional. When true, accented characters are preserved.
When false, accented characters are converted to
their base characters.
Namespace:
ArangoDBNetStandard.AnalyzerApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public bool Accent { get; set; }
Public Property Accent As Boolean
Get
Set
public:
property bool Accent {
bool get ();
void set (bool value);
}
member Accent : bool with get, set
Property Value
Type:
BooleanSee Also