|
EmailNotificationOptionsEnabled Property
|
This value is true if email notification is enabled; otherwise, it is false.
Namespace:
DoubleTake.Common.ContractAssembly:
DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.2.0.814
Syntaxpublic bool Enabled { get; set; }
Public Property Enabled As Boolean
Get
Set
public:
property bool Enabled {
bool get ();
void set (bool value);
}
function get_Enabled();
function set_Enabled(value);
Property Value
Type:
Boolean if enabled; otherwise,
.
See Also