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
Gets the value of the thread property.
- Assembly
- Cake
.AzureDevOps .dll - Namespace
- Cake
.AzureDevOps .Repos .PullRequest .CommentThread - Containing Type
- Azure
Dev Ops Pull Request Comment Thread
Syntax
public T GetValue<T>(string propertyName)
Type Parameters
Name | Description |
---|---|
T | Type of the value. |
Parameters
Name | Type | Description |
---|---|---|
propertyName | string | Name of the property. |
Return Value
Type | Description |
---|---|
T | Value of the property or default value for T if property does not exist. |