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