C#
VB
C++
Gets or sets the type of the value.
[Element(DicomTag.ValueType)]
public Nullable<ValueType> ValueType { get; set; }
<Leadtools.Dicom.Common.Extensions.ElementAttribute()>
Public Property ValueType As Nullable(Of ValueType)
[Leadtools.Dicom.Common.Extensions.ElementAttribute()]
public:
property Nullable<ValueType> ValueType {
Nullable<ValueType> get();
void set ( Nullable<ValueType> );
}
The type of the value.
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