|
ErrorLoggerContactEmail Property
|
Gets or sets the e-mail address where e-mail messages containing
Exception information are
to be sent when the
LogToEmail property is set to true.
Namespace: GSF.ErrorManagementAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.253-beta+ffb7163c9e3b771705bc5b9aa3f09870f2cb9e2c
Syntax[DefaultValueAttribute("")]
public string ContactEmail { get; set; }
<DefaultValueAttribute("")>
Public Property ContactEmail As String
Get
Set
public:
[DefaultValueAttribute(L"")]
property String^ ContactEmail {
String^ get ();
void set (String^ value);
}
[<DefaultValueAttribute("")>]
member ContactEmail : string with get, set
function get_ContactEmail();
function set_ContactEmail(value);
View SourceProperty Value
String
See Also