 | TaskFolderSubFolders Property |
Gets all the subfolders in the folder.
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.10.1
Syntaxpublic TaskFolderCollection SubFolders { get; }
Public ReadOnly Property SubFolders As TaskFolderCollection
Get
public:
property TaskFolderCollection^ SubFolders {
TaskFolderCollection^ get ();
}
Request Example
View SourceProperty Value
Type:
TaskFolderCollection
See Also