Field label displayed to viewers
Namespace: CTCT.Components.EventSpotAssembly: CTCT (in CTCT.dll) Version: 2.0.0.0 (2.0.0.0)
public string Label { get; set; }
public string Label { get; set; }
Public Property Label As String
Get
Set
Public Property Label As String
Get
Set
public:
property String^ Label {
String^ get ();
void set (String^ value);
}
public:
property String^ Label {
String^ get ();
void set (String^ value);
}
member Label : string with get, set
member Label : string with get, set