Specifies the file path of external process that should start when the reminder is triggered.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public string ProcessFileName { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ProcessFileName As String |
See Also