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