C#
VB
C++
Gets the property value for the property being set.
public object Value { get; }
Public ReadOnly Property Value As Object
public:
property Object^ Value {
Object^ get();
}
The property value for the property being set.
You need to cast this value according to the variable type received through the ValueType property.
For an example, refer to GetRootItem
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