| 
            
              ReportingProcessBaseSmtpSecurePassword Property
             | 
          
        
        
            Gets or sets the password used to authenticate to the SMTP server as a secure string.
            
        
        Namespace: GSF.TimeSeries.ReportsAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.258-beta
Syntaxpublic SecureString SmtpSecurePassword { get; set; }Public Property SmtpSecurePassword As SecureString
	Get
	Set
public:
property SecureString^ SmtpSecurePassword {
	SecureString^ get ();
	void set (SecureString^ value);
}member SmtpSecurePassword : SecureString with get, set
function get_SmtpSecurePassword();
function set_SmtpSecurePassword(value);
 View SourceProperty Value
SecureString
See Also