DataSet Property

Summary
Gets or sets the dataset this object represents.
Syntax
C#
VB
C++
public DicomDataSet DataSet { get; set; } 
Public Property DataSet As DicomDataSet 
public: 
property DicomDataSet^ DataSet { 
   DicomDataSet^ get(); 
   void set (    DicomDataSet^ ); 
} 

Property Value

The dataset.

Example

For an example before to DicomEditableObject

Requirements

Target Platforms

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

Leadtools.Dicom.Common Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.