Event contact's email-address
Namespace: CTCT.Components.EventSpotAssembly: CTCT (in CTCT.dll) Version: 2.0.0.0 (2.0.0.0)
public string EmailAddress { get; set; }
public string EmailAddress { get; set; }
Public Property EmailAddress As String
Get
Set
Public Property EmailAddress As String
Get
Set
public:
property String^ EmailAddress {
String^ get ();
void set (String^ value);
}
public:
property String^ EmailAddress {
String^ get ();
void set (String^ value);
}
member EmailAddress : string with get, set
member EmailAddress : string with get, set