status Property

Summary

Gets or sets the status of this review item.

Syntax

JavaScript Syntax
Object.defineProperty(AnnReview.prototype, 'status', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly