←Select platform

Status Property

Summary

Gets or sets the status of this review item.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public string Status { get; set; } 
Public Property Status As String 
public string Status {get; set;} 
@property (nonatomic) NSString* status; 
public string getStatus() 
public void setStatus(string value) 
             
  
get_Status(); 
set_Status(value); 
Object.defineProperty('Status');  
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly