UcaCollationSettings.MaxVariable PropertyUcaCollationSettings.MaxVariable PropertyUcaCollationSettings::MaxVariable Property

Gets the set of characters for which alternate handling will occur.

Syntax

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