Skip to main content

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:

  • True - this is a test project;
  • False - this is a working project.