CollationStrength Property |
Gets the strength.
Namespace: MongoDB.DriverAssembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.4.1
Syntax public Nullable<CollationStrength> Strength { get; }
Public ReadOnly Property Strength As Nullable(Of CollationStrength)
Get
member Strength : Nullable<CollationStrength> with get
Property Value
Type:
NullableCollationStrengthSee Also