CreateProcessRuleRequest 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.
Request object/class for creating a rule on a work item type.
[System.Runtime.Serialization.DataContract]
public class CreateProcessRuleRequest
type CreateProcessRuleRequest = class
Public Class CreateProcessRuleRequest
- Inheritance
-
CreateProcessRuleRequest
- Derived
- Attributes
Constructors
| CreateProcessRuleRequest() |
Properties
| Actions |
List of actions to take when the rule is triggered. |
| Conditions |
List of conditions when the rule should be triggered. |
| IsDisabled |
Indicates if the rule is disabled. |
| Name |
Name for the rule. |