|   | 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.
            
 GSF.Core (in GSF.Core.dll) Version: 2.4.257-beta+00aa2366fbb9ec75f636ebc7cfa610e3826a727c
 Syntax
Syntax[DefaultValueAttribute("")]
public string ContactEmail { get; set; }<DefaultValueAttribute("")>
Public Property ContactEmail As String
	Get
	Setpublic:
[DefaultValueAttribute(L"")]
property String^ ContactEmail {
	String^ get ();
	void set (String^ value);
}[<DefaultValueAttribute("")>]
member ContactEmail : string with get, setfunction get_ContactEmail();
function set_ContactEmail(value);
Property Value
String See Also
See Also