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