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