|
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.248-beta+a497a19de709fd99e2448886199a2c8824265ddf
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