←Select platform

GetValueResult Property

Summary

Holds the result after a call to GetValue

Syntax
C#
VB
C++
public DicomGetValueResult GetValueResult { get; } 
Public ReadOnly Property GetValueResult As DicomGetValueResult 
public: 
property DicomGetValueResult GetValueResult { 
   DicomGetValueResult get(); 
} 

Property Value

The result of DicomDataSet.GetValue

Remarks

This read-only property is set after every call to GetValue to indicate the degree of success.

Example

For an example, refer to GetValue.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly