Open this page in the API Guide

Annotation.DirectReplies Property

Gets the direct replies to the annotation.

Namespace:  Dundas.BI.Data.Annotations
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public IEnumerable<Annotation> DirectReplies { get; }

Property Value

Type: IEnumerable<Annotation>
The direct replies.
Remarks
This property will not return any results if the annotation was not retrieved along with its children.
See Also