EMEmailTestMaxTestDuration Property 
                         | 
                    
                
Alterian Email Manager 6.2.3 SDK Help File 
            Gets and sets max test duration before to mark this request as complete
            
Namespace:   
   DMLibraryAssembly:
   DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic int MaxTestDuration { get; set; }Public Property MaxTestDuration As Integer
	Get
	Set
public:
property int MaxTestDuration {
	int get ();
	void set (int value);
}member MaxTestDuration : int with get, set
function get_MaxTestDuration();
function set_MaxTestDuration(value);
Property Value
Type: 
Int32
See Also