AzureDevOpsPullRequestCommentThread.

GetValue<T>(string) Method

Summary

Gets the value of the thread property.

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.