Data Property

Summary
Gets or sets the data associated with the message.
Syntax
C#
C++/CLI
public List<object> Data { get; set; } 
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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.AddIn Assembly

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