AzureDevOpsComment.

AzureDevOpsComment(string, bool) Constructor

Summary

Initializes a new instance of the AzureDevOpsComment class.

Syntax

public AzureDevOpsComment(string content, bool isDeleted)

Parameters

Name Type Description
content string The content of the comment.
isDeleted bool Equals 'true' if a comment is deleted. Otherwise, 'false'.

Return Value

Type Description
void