Indicates whether iMIS Users should also get SQL logins and if so, if iMIS should maintain them as user accounts change in iMIS

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

Syntax

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

See Also