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

Syntax

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

See Also