UpdateProcessModel 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.
Describes a request to update a process
[System.Runtime.Serialization.DataContract]
public class UpdateProcessModel
type UpdateProcessModel = class
Public Class UpdateProcessModel
- Inheritance
-
UpdateProcessModel
- Attributes
Constructors
| UpdateProcessModel() |
Properties
| Description |
New description of the process |
| IsDefault |
If true new projects will use this process by default |
| IsEnabled |
If false the process will be disabled and cannot be used to create projects |
| Name |
New name of the process |