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 > ServiceMessage Class : Data Property |
public List<object> Data {get; set;}
'Declaration Public Property Data As List(Of Object)
'Usage Dim instance As ServiceMessage Dim value As List(Of Object) instance.Data = value value = instance.Data
public: property List<Object^>^ Data { List<Object^>^ get(); void set ( List<Object^>^ value); }