ClassType Property

Summary

Gets or sets the type of the class.

Syntax
C#
VB
C++
public DicomClassType ClassType { get; set; } 
Public Property ClassType As DicomClassType 
public: 
property DicomClassType ClassType { 
   DicomClassType get(); 
   void set (    DicomClassType ); 
} 

Property Value

Represents the constants that are used to indicate the Class Information Object Definitions.

Requirements

Target Platforms

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

Leadtools.Dicom.Common Assembly