EMDeploymentSummaryStart Property
|
Alterian Email Manager 6.2.3 SDK Help File
The time the Deployment actually started. NULL if the Deployment has not yet started.
Namespace:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic Nullable<DateTime> Start { get; set; }
Public Property Start As Nullable(Of DateTime)
Get
Set
public:
property Nullable<DateTime> Start {
Nullable<DateTime> get ();
void set (Nullable<DateTime> value);
}
member Start : Nullable<DateTime> with get, set
function get_Start();
function set_Start(value);
Property Value
Type:
NullableDateTime
See Also