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.3.0

Syntax

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

See Also