 | MsgElementEnabled Property |
Gets or sets a value indicating whether this
MsgElement is enabled.
Namespace:
Koden.Utils.Emailer.ConfigFileSections
Assembly:
Koden.Utils.Emailer (in Koden.Utils.Emailer.dll) Version: 1.0.6453.26061
Syntaxpublic bool Enabled { get; set; }
Public Property Enabled As Boolean
Get
Set
public:
property bool Enabled {
bool get ();
void set (bool value);
}
member Enabled : bool with get, set
Property Value
Type:
Booleantrue if enabled; otherwise,
false.
See Also