|
EmailNotificationOptionsSubjectPrefix Property |
This value is the text that will be added to the beginning of the email subject.
Namespace: DoubleTake.Common.ContractAssembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
Syntaxpublic string SubjectPrefix { get; set; }
Public Property SubjectPrefix As String
Get
Set
public:
property String^ SubjectPrefix {
String^ get ();
void set (String^ value);
}
function get_SubjectPrefix();
function set_SubjectPrefix(value);
Property Value
Type:
StringThe subject prefix.
See Also