Gets or sets the web login id that the CContact user uses to login.
Namespace:
Asi.iBO.ContactManagementAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0
Syntax
| C# |
|---|
public string WebLoginId { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property WebLoginId As String |
| 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.