EmailLoggerEmailTo Property |
doogal.co.uk Home
Specifies the email address that the exception information will be sent to
Namespace: UtilitiesAssembly: ExceptionLogger (in ExceptionLogger.dll) Version: 1.0.0.2 (1.0.0.2)
Syntax public string EmailTo { get; set; }
Public Property EmailTo As String
Get
Set
public:
property String^ EmailTo {
String^ get ();
void set (String^ value);
}
member EmailTo : string with get, set
Property Value
Type:
StringSee Also