ProjectsRoutineOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The options for creating routines.
public class ProjectsRoutineOptions
type ProjectsRoutineOptions = class
Public Class ProjectsRoutineOptions
- Inheritance
-
ProjectsRoutineOptions
Constructors
| Name | Description |
|---|---|
| ProjectsRoutineOptions(RoutineAction, String, Nullable<Boolean>) |
Create the options for routines. |
Properties
| Name | Description |
|---|---|
| Action |
The action executed when the routine fires. |
| Description |
A human-readable description of the routine. |
| IsEnabled |
Whether the routine is enabled. |
| Triggers |
The triggers configured for the routine. In v1, exactly one trigger entry is supported. |