replies Property

Summary

Gets the list of replies to this review item.

Syntax

JavaScript Syntax
Object.defineProperty(AnnReview.prototype, 'replies', 
	get: function() 
) 
TypeScript Syntax
replies: AnnReview[]; // read-only 

Property Value

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

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly