Summary
Sets a value in the thread properties.
- 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 |