Reference Library
NLS Constructor (Username, Password)
NamespacesMBNCSUtilNLSNLS(String, String)
Creates a new NLS login context.
Declaration Syntax
C#Visual BasicVisual C++
public NLS(
	string Username,
	string Password
)
Public Sub New ( _
	Username As String, _
	Password As String _
)
public:
NLS(
	String^ Username, 
	String^ Password
)
Parameters
Username (String)
The username to use for authentication.
Password (String)
The password to use for authentication.
Return Value
An NLS context ID.
Remarks
This type does not validate the sequence from moving from one message to the next. Ensure that you have the correct sequence of calls.

Assembly: Asgard5Library (Module: Asgard5Library)