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.3454
[NetForumFieldAttribute("cst_web_login")]
public string WebLogin { get; set; }
<NetForumFieldAttribute("cst_web_login")>
Public Property WebLogin As String
Get
Set
public:
[NetForumFieldAttribute(L"cst_web_login")]
property String^ WebLogin {
String^ get ();
void set (String^ value);
}
[<NetForumFieldAttribute("cst_web_login")>]
member WebLogin : string with get, set
Property Value
String