←Select platform

UserData Property

Summary

Gets the user data for this DicomDataSetItem.

Syntax

C#
VB
C++
public object UserData { get; } 
Public ReadOnly Property UserData() As Object 
   Get 
public:  
   property Object^ UserData 
   { 
      Object^ get() 
   } 

Property Value

The user data for this DicomDataSetItem.

Remarks

UserData should be set to the string value of the SOPInstanceUID of the DicomDataSet.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly