UcaCollationSettings.Alternate PropertyUcaCollationSettings.Alternate PropertyUcaCollationSettings::Alternate Property

Controls the handling of characters such as spaces and hyphens; specifically, the "noise" characters in the groups selected by the MaxVariableMaxVariableMaxVariable parameter.

Syntax

Public Property Alternate As UcaAlternateHandling
        Get
         Set(ByVal value As UcaAlternateHandling)
public UcaAlternateHandling Alternate { get;  set; }
public:
property UcaAlternateHandling Alternate {
    UcaAlternateHandling get();
     void set(UcaAlternateHandling value);
}