Gets or sets the activity type.
Namespace: CTCT.Components.TrackingAssembly: CTCT (in CTCT.dll) Version: 2.0.0.0 (2.0.0.0)
public string ActivityType { get; set; }
public string ActivityType { get; set; }
Public Property ActivityType As String
Get
Set
Public Property ActivityType As String
Get
Set
public:
property String^ ActivityType {
String^ get ();
void set (String^ value);
}
public:
property String^ ActivityType {
String^ get ();
void set (String^ value);
}
member ActivityType : string with get, set
member ActivityType : string with get, set