AzureDevOpsPullRequestCommentThread.

SetValue<T>(string, T) Method

Summary

Sets a value in the thread properties.

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