 | EmailOptionsModelTo Property |
Gets or sets one or more comma-delimited e-mail addresses to which the e-mail notifications will be sent.
Namespace: DoubleTake.Web.ModelsAssembly: DoubleTake.Web.Client.Management (in DoubleTake.Web.Client.Management.dll) Version: 0.5.36.0 (0.5.36.0)
Syntaxpublic string To { get; set; }
Public Property To As String
Get
Set
public:
property String^ To {
String^ get ();
void set (String^ value);
}
member To : string with get, set
Property Value
Type:
String
See Also