AnalyzerPropertiesCase Property |
The case to use when normalizing the text. Possible values:
"lower" to convert to all lower-case characters
"upper" to convert to all upper-case characters
"none" to not change character case (default)
Namespace:
ArangoDBNetStandard.AnalyzerApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public string Case { get; set; }
Public Property Case As String
Get
Set
public:
property String^ Case {
String^ get ();
void set (String^ value);
}
member Case : string with get, set
Property Value
Type:
StringSee Also