C#
VB
Java
Objective-C
WinRT C#
C++
Gets or sets a value that indicate whether this review item is checked (approved).
public bool IsChecked { get; set; }
Public Property IsChecked As Boolean
public bool IsChecked {get; set;}
@property (nonatomic) BOOL isChecked;
public boolean isChecked()
public void setChecked(boolean value)
get_IsChecked();
set_IsChecked(value);
Object.defineProperty('IsChecked');
public:
property bool IsChecked
{
bool get()
void set(bool value)
}
true if this review item is checked (approved), otherwise; false. Default value is false.
This is application specific and optional. It can be used to show a checkbox or mark next to the review in the user interface to indicate that the item was "checked".
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