Click or drag to resize

PFIdentityCheckerJobNotificationEmailAddress Property

Gets or sets the notification email address.

Namespace:  Packflow.Core.Jobs.Impl
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
[PFJobParameter("Notification Email Address", JobParameterType.SimpleType, 
	false)]
public string NotificationEmailAddress { get; set; }

Property Value

Type: String
The notification email address.
See Also