Discuss this help topic in SecureBlackbox Forum
Unique name of the character collection within the specified Registry.
Declaration
[VB.NET]
Property Ordering As String
[Pascal]
property Ordering : string;
[C++]
void get_Ordering(std::string &OutResult);
void set_Ordering(const std::string &Value);
[PHP]
string get_Ordering()
void set_Ordering(string $Value)
[Java]
String getOrdering();
void setOrdering(String Value);
Description
Use this property to get or set the unique name of the character collection within the
Registry.
Discuss this help topic in SecureBlackbox Forum