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