Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.8
|
Leadtools.Dicom.AddIn.Common Namespace > ReceivedMessageEventArgs Class : Message Property |
public byte[] Message {get; set;}
'Declaration Public Property Message As Byte()
'Usage Dim instance As ReceivedMessageEventArgs Dim value() As Byte instance.Message = value value = instance.Message
public: property array<byte>^ Message { array<byte>^ get(); void set ( array<byte>^ value); }