Indicates whether or not to automatically adjust the case of data entered into certain fields in iMIS. For example, people's names, city names, comapnay names, etc. are automatically set to title case when they are entered.

Namespace:  Asi.iBO.SystemConfig
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

C#
public bool AutoUpperLower { get; }
Visual Basic (Declaration)
Public ReadOnly Property AutoUpperLower As Boolean
Visual C++
public:
property bool AutoUpperLower {
	bool get ();
}

See Also