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; }
Public ReadOnly Property DirectReplies As IEnumerable(Of Annotation)
Get
public:
property IEnumerable<Annotation^>^ DirectReplies {
IEnumerable<Annotation^>^ get ();
}
member DirectReplies : IEnumerable<Annotation> with get
Property Value
Type:
IEnumerableAnnotationThe direct replies.
Remarks
This property will not return any results if the annotation was not retrieved along with its children.
See Also