ServerSecurityErrorToEmail Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the email address that will be used to send emails sent when an error occurs
Namespace: DataPAServerSecurityAssembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string ErrorToEmail { get; set; }
Public Property ErrorToEmail As String
Get
Set
public:
virtual property String^ ErrorToEmail {
String^ get () sealed;
void set (String^ value) sealed;
}
function get_ErrorToEmail();
function set_ErrorToEmail(value);
Property Value
Type:
StringThe email address that will be used to send emails sent when an error occurs
Return Value
Type:
StringThe email address that will be used to send emails sent when an error occurs
Remarks See Also