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