API Reference
Class
TaskSchedulerListQueryRequest
Parameters for scheduled task list queries.
Inheritance
- Object
- TaskSchedulerListQueryRequest
Constructors
public TaskSchedulerListQueryRequest() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String ComputerName { get; set; } #Target computer name. Null or whitespace resolves to local machine.
public String PathContains { get; set; } #Optional case-insensitive substring filter against task path.
public Boolean Suspicious { get; set; } #Whether suspicion enrichment should be enabled.
public Boolean OnlySuspicious { get; set; } #When Suspicious is true, return only suspicious tasks.
public Nullable<Int32> MaxResults { get; set; } #Optional maximum number of rows to return.
public TaskSchedulerOptions Options { get; set; } #Optional Task Scheduler connection/query options.
public SuspicionOptions SuspicionOptions { get; set; } #Optional suspicion-evaluation options.