UcaCollationSettings.Fallback PropertyUcaCollationSettings.Fallback PropertyUcaCollationSettings::Fallback Property

Gets or sets a value indicating whether to use a fallback collation if the exact collation is not supported.

Syntax

Public Property Fallback As Boolean
        Get
        Set(ByVal value As Boolean)
public bool Fallback { get; set; }
public:
property bool Fallback {
    bool get();
    void set(bool value);
}
 

Property Value

Type: System.BooleanSystem.BooleanSystem::Boolean

trueTruetrue> if fallback is permitted; otherwise, falseFalsefalse.