StoreDataSet Property

Summary

Gets or sets the dataset to be stored to the client.

Syntax
C#
VB
C++
public DicomDataSet StoreDataSet { get; set; } 
  
Public Property StoreDataSet As DicomDataSet 
public: 
property DicomDataSet^ StoreDataSet { 
   DicomDataSet^ get(); 
   void set (    DicomDataSet^ ); 
} 

Property Value

The dataset to be stored.

Requirements

Target Platforms

Help Version 20.0.2020.5.27
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.AddIn Assembly