 | EmailerIsDebugMsgEnabled Property |
Gets or sets wether to email Debug Messages.
Namespace:
Koden.Utils.Emailer
Assembly:
Koden.Utils.Emailer (in Koden.Utils.Emailer.dll) Version: 1.0.6453.26061
Syntaxpublic bool IsDebugMsgEnabled { get; set; }
Public Property IsDebugMsgEnabled As Boolean
Get
Set
public:
virtual property bool IsDebugMsgEnabled {
bool get () sealed;
void set (bool value) sealed;
}
abstract IsDebugMsgEnabled : bool with get, set
override IsDebugMsgEnabled : bool with get, set
Property Value
Type:
Booleantrue or false.
Implements
IEmailerIsDebugMsgEnabled
See Also