[This is preliminary documentation and is subject to change.]
Gets the collection of received and send messages by this instance.
Note that messages may have been removed from this collection using the RemoveMessage or
ClearMessages methods.
| C# | Visual Basic | Visual C++ |
public DicomProtocolMessageCollection Messages { get; }
Public ReadOnly Property Messages As DicomProtocolMessageCollection
public: property DicomProtocolMessageCollection^ Messages { DicomProtocolMessageCollection^ get (); }