AnnotationDirectReplies 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 (24.3.0.1000)
Syntax
public IEnumerable<Annotation> DirectReplies { get; }

Property Value

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