Data Property

Summary

Gets or sets the data associated with the message.

Syntax
C#
VB
C++
public List<object> Data { get; set; } 
  
Public Property Data As List(Of Object) 
public: 
property List<Object^>^ Data { 
   List<Object^>^ get(); 
   void set (    List<Object^>^ ); 
} 

Property Value

The data associated with message.

Remarks

The data provided with the messages should be serializable.

Requirements

Target Platforms

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

Leadtools.Dicom.AddIn Assembly