| FilespecsAutoScheduleHierarchyEmailNotificationOfAutoSchedule Property |
Who the system should notify that a trip has been autoschedule
Namespace:
ParaPlan.Entities
Assembly:
ParaPlanDll (in ParaPlanDll.dll) Version: 4.0.8861.21698
Syntax public List<string> EmailNotificationOfAutoSchedule { get; set; }
public:
property List<String^>^ EmailNotificationOfAutoSchedule {
List<String^>^ get ();
void set (List<String^>^ value);
}
function get_EmailNotificationOfAutoSchedule();
function set_EmailNotificationOfAutoSchedule(value);
Property Value
Type:
ListStringSee Also