Project
What it does
The Project data type stores information about a project on the Application Server.
Fields
| Name | Type | Description | 
| Id | int | The ID of the project on the Application Server. | 
| Name | string | The name of the project on the Application Server | 
| Guid | string | The unique ID (GUID) of the project | 
| IsTestProject | bool | 
         A flag which identifies a test project. Possible values: 
  | 
    
4/12/2024 6:16:01 PM