←Select platform

Status Property

Summary

Gets or sets the status of this review item.

Syntax
C#
VB
Objective-C
C++
Java
public string Status { get; set; } 
Public Property Status As String 
@property (nonatomic) NSString* status; 
public string getStatus() 
public void setStatus(string value) 
public:  
   property String^ Status 
   { 
      String^ get() 
      void set(String^ value) 
   } 

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

Leadtools.Annotations.Engine Assembly