EMDeploymentSummaryAuthor Property 
                         | 
                    
                
Alterian Email Manager 6.2.3 SDK Help File 
            The name of the user who created this deployment
            
Namespace:   
   DMLibraryAssembly:
   DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic string Author { get; set; }Public Property Author As String
	Get
	Set
public:
property String^ Author {
	String^ get ();
	void set (String^ value);
}member Author : string with get, set
function get_Author();
function set_Author(value);
Property Value
Type: 
String
See Also