  | BatchIntegrationScheduledTaskAddinNotificationEmailSubject Property  | 
  
    Namespace: 
   Dynamicweb.DataIntegration
    Assembly:
   Dynamicweb.DataIntegration (in Dynamicweb.DataIntegration.dll) Version: 3.0.3
Syntax[AddInParameterAttribute("Notification e-mail subject")]
[AddInParameterEditorAttribute(typeof(TextParameterEditor), "inputClass=NewUIinput;")]
public string NotificationEmailSubject { get; set; }<AddInParameterAttribute("Notification e-mail subject")>
<AddInParameterEditorAttribute(GetType(TextParameterEditor), "inputClass=NewUIinput;")>
Public Property NotificationEmailSubject As String
	Get
	SetProperty Value
Type: 
String
See Also