←Select platform

Status Property

Summary
Gets or sets the status of this review item.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public string Status { get; set; } 
@property (nonatomic, copy, nullable) NSString *status; 
public string getStatus() 
public void setStatus(string value) 
public:  
   property String^ Status 
   { 
      String^ get() 
      void set(String^ value) 
   } 
Status # get and set (AnnReview) 

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

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.