 | IEmailerIsDebugMsgEnabled Property |
Gets or sets a value indicating whether this instance has debug Messages enabled.
Namespace:
Koden.Utils.Interfaces
Assembly:
Koden.Utils (in Koden.Utils.dll) Version: 1.1.6453.26060
Syntaxbool IsDebugMsgEnabled { get; set; }
Property IsDebugMsgEnabled As Boolean
Get
Set
property bool IsDebugMsgEnabled {
bool get ();
void set (bool value);
}
abstract IsDebugMsgEnabled : bool with get, set
Property Value
Type:
Booleantrue if this instance has debug Messages enabled; otherwise,
false.
See Also