C#
VB
Java
Objective-C
WinRT C#
C++
Gets or sets the status of this review item.
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)
}
The status of this review item. Default value is null.
This can be any application specific value such as "Accepted" or "Rejected". AnnReview contains string constants for frequently used status values.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET