[This is preliminary documentation and is subject to change.]
The DicomThread this object operates on. It is the responsibility of the
MessageIterator class to set this to the correct DicomThread before using
this object.
| C# | Visual Basic | Visual C++ |
public DicomThread DicomThread { get; set; }
Public Property DicomThread As DicomThread
public: property DicomThread^ DicomThread { DicomThread^ get (); void set (DicomThread^ value); }