This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.AzureDevOps.
Summary
Sets a value in the thread properties.
- Assembly
- Cake
.AzureDevOps .dll - Namespace
- Cake
.AzureDevOps .Repos .PullRequest .CommentThread - Containing Type
- Azure
Dev Ops Pull Request Comment Thread
Syntax
public void SetValue<T>(string propertyName, T value)
Type Parameters
| Name | Description |
|---|---|
| T | Type of the value. |
Parameters
| Name | Type | Description |
|---|---|---|
| propertyName | string | Name of the property. |
| value | T | Value to set. |
Return Value
| Type | Description |
|---|---|
| void |
