status Property

Summary

Gets or sets the status of this review item.

Syntax
TypeScript
JavaScript
Object.defineProperty(AnnReview.prototype, 'status', 
	get: function(), 
	set: function(value) 
) 
status: string; 

Property Value

The status of this review item. Default value is null.

Remarks

This can be any application specific value such as "Accepted" or "Rejected". AnnReview contains string constants for frequently used status values.

Requirements

Target Platforms

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

Leadtools.Annotations.Engine Assembly