UcaCollationSettings.Backwards PropertyUcaCollationSettings.Backwards PropertyUcaCollationSettings::Backwards Property

Gets a value indicating whether the last accent in a term is the most significant.

Syntax

Public Property Backwards As Nullable(Of Boolean)
        Get
         Set(ByVal value As Nullable(Of Boolean))
public Nullable<bool> Backwards { get;  set; }
public:
property Nullable<bool> Backwards {
    Nullable<bool> get();
     void set(Nullable<bool> value);
}
 

Property Value

Type: System.Nullable<T>System.Nullable(Of T)System::Nullable<T>

A value of trueTruetrue indicates that the last accept in the term is the most significant.