AnnotationAllReplies Property

Gets all replies to the annotation.

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

Property Value

Type: IEnumerableAnnotation
The direct replies to the annotation and any replies to those replies (recursively).
Remarks
This property will not return any results if the annotation was not retrieved along with its children.
See Also