BaseItemComments Property

Get a reference to the comments that have been created on this item.

Definition

Namespace: ProjectTask
Assembly: ProjectTask (in ProjectTask.dll) Version: 25.2814.3647
C#
[JsonConverterAttribute(typeof(TicketCollectionConverter<CommentItem>))]
[JsonPropertyAttribute(Order = 101)]
public CommentCollection Comments { get; }

Property Value

CommentCollection

See Also