ProjectProperties
Retrieves a collection of project properties.
Table Specific Information
Select
The 本製品 uses the Azure DevOps API to process WHERE clause conditions built with the following columns and operators:
- Name supports the '=,in' operators.
For example:
SELECT * FROM ProjectProperties WHERE Name IN ('System.Process Template', 'System.CurrentProcessTemplateId')
Insert
Inserts are not supported for this table. However, they can be performed through the SetProjectProperties stored procedure.
Update
Updates are not supported for this table. However, they can be performed through the SetProjectProperties stored procedure.
Delete
Deletes are not supported for this table. However, they can be performed through the SetProjectProperties stored procedure.
Columns
Name | Type | References | Description |
ProjectId | String | Unique Id of the project. | |
Name | String | The name of the property. | |
Value | String | The value of the property. |