|
EmailNotificationOptionsTo Property |
This value can contain one or more comma-delimited e-mail addresses to which the email notifications will be sent.
Namespace: DoubleTake.Common.ContractAssembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
Syntaxpublic string To { get; set; }
Public Property To As String
Get
Set
public:
property String^ To {
String^ get ();
void set (String^ value);
}
function get_To();
function set_To(value);
Property Value
Type:
String
A string containing one or more comma-delimited e-mail addresses to which the e-mail
notifications will be sent.
See Also