DataPA Enterprise Dashboard Controls API Reference
Gets and sets a value that indicates whether users should be alerted of errors via email.

Namespace: DataPAServerSecurity
Assembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public bool EmailErrors { get; set; }
Visual Basic
Public Property EmailErrors As Boolean
	Get
	Set
Visual C++
public:
virtual property bool EmailErrors {
	bool get () sealed;
	void set (bool value) sealed;
}

Property Value

Type: Boolean
True if users should be alerted of errors via email.

Return Value

Type: Boolean
True if users should be alerted of errors via email.

Remarks