| EventContactEmail Property |
The e-mail address of the contact person for this event.
Namespace:
Galactic.Calendar
Assembly:
Galactic.Calendar (in Galactic.Calendar.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax public string ContactEmail { get; set; }
Public Property ContactEmail As String
Get
Set
public:
property String^ ContactEmail {
String^ get ();
void set (String^ value);
}
member ContactEmail : string with get, set
Property Value
Type:
StringSee Also