DMDeploymentDataIsTestMode Property 
                         | 
                    
                
Alterian Email Manager 6.2.3 SDK Help File 
            Is this campaign in test mode?
            
Namespace:   
   DMLibraryAssembly:
   DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic bool IsTestMode { get; set; }Public Property IsTestMode As Boolean
	Get
	Set
public:
property bool IsTestMode {
	bool get ();
	void set (bool value);
}member IsTestMode : bool with get, set
function get_IsTestMode();
function set_IsTestMode(value);
Property Value
Type: 
Boolean
See Also