|
EmailNotificationOptionsIncludeEventDescriptionInSubject Property
|
This value is true if the event description is included in the email subject; 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 IncludeEventDescriptionInSubject { get; set; }
Public Property IncludeEventDescriptionInSubject As Boolean
Get
Set
public:
property bool IncludeEventDescriptionInSubject {
bool get ();
void set (bool value);
}
function get_IncludeEventDescriptionInSubject();
function set_IncludeEventDescriptionInSubject(value);
Property Value
Type:
Boolean if the event description is to be included in the subject;
otherwise,
.
See Also