←Select platform

Data Property (ServiceMessage)

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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Dicom.AddIn Assembly
Click or drag to resize