Gets or sets the web login id that the CContact user uses to login.

Namespace: Asi.iBO.ContactManagement
Assembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0

Syntax

C#
public string WebLoginId { get; set; }
Visual Basic
Public Property WebLoginId As String
	Get
	Set
Visual C++
public:
property String^ WebLoginId {
	String^ get ();
	void set (String^ value);
}

Field Value

A unique login id or name to be used by thsi contact to login to the system.

Remarks

The value must not already exist for another CContactUser.

See Also