C#
C++
public DicomGetValueResult GetValueResult { get; }
public:
property DicomGetValueResult GetValueResult {
DicomGetValueResult get();
}
The result of DicomDataSet.GetValue
This read-only property is set after every call to GetValue to indicate the degree of success.
For an example, refer to GetValue.