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 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.AddIn Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.