DMDeploymentDataIsHistorySuppressed Property 
                         | 
                    
                
Alterian Email Manager 6.2.3 SDK Help File 
            Has history been suppressed by this deployment? If so, we don't want to export stuff
            
Namespace:   
   DMLibraryAssembly:
   DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic bool IsHistorySuppressed { get; set; }Public Property IsHistorySuppressed As Boolean
	Get
	Set
public:
property bool IsHistorySuppressed {
	bool get ();
	void set (bool value);
}member IsHistorySuppressed : bool with get, set
function get_IsHistorySuppressed();
function set_IsHistorySuppressed(value);
Property Value
Type: 
Boolean
See Also