←Select platform

Replies Property

Summary
Gets the list of replies to this review item.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public IList<AnnReview> Replies { get; } 
@property (nonatomic, strong, readonly) LTAnnReviewCollection *replies; 
public List<AnnReview> getReplies() 
public:  
   property IList<AnnReview^>^ Replies 
   { 
      IList<AnnReview^>^ get() 
   } 
Replies # get  (AnnReview) 

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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly

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