CommentItemBody Property

Get a reference to the multiline string content representing the body of the comment.

Definition

Namespace: ProjectTask
Assembly: ProjectTask (in ProjectTask.dll) Version: 25.2814.3647
C#
[JsonPropertyAttribute(Order = 4)]
public MultilineString Body { get; }

Property Value

MultilineString

See Also