 | TaskSchedulerWizardTaskFolder Property |
Gets or sets the folder for the task. Used only if
Task property has not been set and
RegisterTaskOnFinish property is true.
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskSchedulerEditor (in Microsoft.Win32.TaskSchedulerEditor.dll) Version: 2.10.1
Syntaxpublic string TaskFolder { get; set; }
Public Property TaskFolder As String
Get
Set
public:
property String^ TaskFolder {
String^ get ();
void set (String^ value);
}
Request Example
View SourceProperty Value
Type:
StringThe task folder name.
See Also