BaseItemComments Property
Get a reference to the comments that have been created on this item.
Namespace: ProjectTaskAssembly: ProjectTask (in ProjectTask.dll) Version: 25.2814.3647
[JsonConverterAttribute(typeof(TicketCollectionConverter<CommentItem>))]
[JsonPropertyAttribute(Order = 101)]
public CommentCollection Comments { get; }
<JsonConverterAttribute(GetType(TicketCollectionConverter(Of CommentItem)))>
<JsonPropertyAttribute(Order := 101)>
Public ReadOnly Property Comments As CommentCollection
Get
No code example is currently available or this language may not be supported.
Property Value
CommentCollection