 | CustomerTAddress, TPhone, TFax, TEmail, TWebsite, TAffiliationWebLogin Property |
A unique username, typically used to identify this customer when authenticating against netFORUM
Namespace: Ignition.CrmAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax[NetForumFieldAttribute("cst_web_login")]
public string WebLogin { get; set; }<NetForumFieldAttribute("cst_web_login")>
Public Property WebLogin As String
Get
Setpublic:
[NetForumFieldAttribute(L"cst_web_login")]
property String^ WebLogin {
String^ get ();
void set (String^ value);
}[<NetForumFieldAttribute("cst_web_login")>]
member WebLogin : string with get, setProperty Value
String
See Also