←Select platform

Replies Property

Summary
Gets the list of replies to this review item.
Syntax
C#
VB
C++
Java
public IList<AnnReview> Replies { get; } 
Public ReadOnly Property Replies As IList(Of AnnReview) 
public List<AnnReview> getReplies() 
public:  
   property IList<AnnReview^>^ Replies 
   { 
      IList<AnnReview^>^ get() 
   } 

Property Value

The list of replies to this review item. Default value is an empty list ready to be used.

Requirements

Target Platforms

See Also

Reference

AnnReview Class

AnnReview Members

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.