CollationMaxVariable Property |
Gets which characters are affected by the alternate: "Shifted".
Namespace: MongoDB.DriverAssembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.4.1
Syntax public Nullable<CollationMaxVariable> MaxVariable { get; }
Public ReadOnly Property MaxVariable As Nullable(Of CollationMaxVariable)
Get
member MaxVariable : Nullable<CollationMaxVariable> with get
Property Value
Type:
NullableCollationMaxVariableSee Also