The URL for the event registration form
Namespace: CTCT.Components.EventSpotAssembly: CTCT (in CTCT.dll) Version: 2.0.0.0 (2.0.0.0)
public string RegistrationUrl { get; set; }public string RegistrationUrl { get; set; }Public Property RegistrationUrl As String
Get
Set
Public Property RegistrationUrl As String
Get
Set
public:
property String^ RegistrationUrl {
String^ get ();
void set (String^ value);
}public:
property String^ RegistrationUrl {
String^ get ();
void set (String^ value);
}member RegistrationUrl : string with get, set
member RegistrationUrl : string with get, set