CustomerEmailAddress Property
Namespace: Ignition.CrmAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
[NetForumFieldAttribute("eml_address")]
public string Address { get; set; }
<NetForumFieldAttribute("eml_address")>
Public Property Address As String
Get
Set
public:
[NetForumFieldAttribute(L"eml_address")]
property String^ Address {
String^ get ();
void set (String^ value);
}
[<NetForumFieldAttribute("eml_address")>]
member Address : string with get, set
Property Value
String