| EventContactName Property |
The name 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 ContactName { get; set; }
Public Property ContactName As String
Get
Set
public:
property String^ ContactName {
String^ get ();
void set (String^ value);
}
member ContactName : string with get, set
Property Value
Type:
StringSee Also