ProcessInfo 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.
Process.
[System.Runtime.Serialization.DataContract]
public class ProcessInfo
type ProcessInfo = class
Public Class ProcessInfo
- Inheritance
-
ProcessInfo
- Attributes
Constructors
| ProcessInfo() |
Properties
| CustomizationType |
Indicates the type of customization on this process. System Process is default process. Inherited Process is modified process that was System process before. |
| Description |
Description of the process. |
| IsDefault |
Is the process default. |
| IsEnabled |
Is the process enabled. |
| Name |
Name of the process. |
| ParentProcessTypeId |
ID of the parent process. |
| Projects |
Projects in this process to which the user is subscribed to. |
| ReferenceName |
Reference name of the process. |
| TypeId |
The ID of the process. |