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; }
Public ReadOnly Property AllReplies As IEnumerable(Of Annotation)
Get
public:
property IEnumerable<Annotation^>^ AllReplies {
IEnumerable<Annotation^>^ get ();
}
member AllReplies : IEnumerable<Annotation> with get
Property Value
Type:
IEnumerableAnnotationThe 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