ServerSecurityEmailErrors Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a value that indicates whether users should be alerted of errors via email.
Namespace: DataPAServerSecurityAssembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool EmailErrors { get; set; }
Public Property EmailErrors As Boolean
Get
Set
public:
virtual property bool EmailErrors {
bool get () sealed;
void set (bool value) sealed;
}
function get_EmailErrors();
function set_EmailErrors(value);
Property Value
Type:
BooleanTrue if users should be alerted of errors via email.
Return Value
Type:
BooleanTrue if users should be alerted of errors via email.
Remarks See Also