| 
            
              ReportingProcessBaseSmtpPassword Property
             | 
          
        
        
            Gets or sets the password used to authenticate to the SMTP server.
            
        
        Namespace: GSF.TimeSeries.ReportsAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.257-beta
Syntaxpublic string SmtpPassword { get; set; }Public Property SmtpPassword As String
	Get
	Set
public:
property String^ SmtpPassword {
	String^ get ();
	void set (String^ value);
}member SmtpPassword : string with get, set
function get_SmtpPassword();
function set_SmtpPassword(value);
 View SourceProperty Value
String
See Also