 | TaskListViewFolder Property |
Gets or sets the folder from which to display the tasks.
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskSchedulerEditor (in Microsoft.Win32.TaskSchedulerEditor.dll) Version: 2.10.1
Syntaxpublic TaskFolder Folder { get; set; }
Public Property Folder As TaskFolder
Get
Set
public:
property TaskFolder^ Folder {
TaskFolder^ get ();
void set (TaskFolder^ value);
}
Request Example
View SourceProperty Value
Type:
TaskFolderThe task folder.
See Also