Provide a brief description of the event that will be visible on the event registration form and landing page
Namespace: CTCT.Components.EventSpotAssembly: CTCT (in CTCT.dll) Version: 2.0.0.0 (2.0.0.0)
public string Description { get; set; }
public string Description { get; set; }
Public Property Description As String
Get
Set
Public Property Description As String
Get
Set
public:
property String^ Description {
String^ get ();
void set (String^ value);
}
public:
property String^ Description {
String^ get ();
void set (String^ value);
}
member Description : string with get, set
member Description : string with get, set