Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.28
|
Leadtools.Dicom.Common.Extensions Namespace > LoadJsonAfterElementData Class : DicomDataSet Property |
public DicomDataSet DicomDataSet {get; set;}
'Declaration
Public Property DicomDataSet As DicomDataSet
'Usage
Dim instance As LoadJsonAfterElementData Dim value As DicomDataSet instance.DicomDataSet = value value = instance.DicomDataSet
public: property DicomDataSet^ DicomDataSet { DicomDataSet^ get(); void set ( DicomDataSet^ value); }