AzureDevOpsComment Class

Summary

Class representing a comment in the pull request comment thread.
graph BT Type-->Base0["object"] Type["AzureDevOpsComment"] class Type type-node

Syntax

public class AzureDevOpsComment

Constructors

Name Summary
AzureDevOpsComment() Initializes a new instance of the AzureDevOpsComment class with empty Git comment.
AzureDevOpsComment(string, bool) Initializes a new instance of the AzureDevOpsComment class.

Properties

Name Value Summary
CommentType AzureDevOpsCommentType
Gets or sets the comment type.
Content string
Gets or sets the content of the pull request comment.
IsDeleted bool
Gets or sets a value indicating whether the comment is deleted.
GitHub
Discussions