←Select platform

HangingProtocolLevel Property

Summary

Gets or sets the Hanging Protocol Level (Mandatory).

Syntax
C#
VB
C++
[DataMemberAttribute()] 
[Element(DicomTag.HangingProtocolLevel)] 
public Nullable<HangingProtocolLevel> HangingProtocolLevel { get; set; } 
<ElementAttribute(7471110),  
 DataMemberAttribute()>  
Public Property HangingProtocolLevel() As System.Nullable(Of Leadtools.Dicom.Common.DataTypes.HangingProtocol.HangingProtocolLevel) 
   Get 
   Set 
public:  
   [ElementAttribute(7471110),  
   DataMemberAttribute] 
   property System::Nullable<Leadtools::Dicom::Common::DataTypes::HangingProtocol::HangingProtocolLevel^> HangingProtocolLevel 
   { 
      System::Nullable<Leadtools::Dicom::Common::DataTypes::HangingProtocol::HangingProtocolLevel^> get() 
      void set(System::Nullable<Leadtools::Dicom::Common::DataTypes::HangingProtocol::HangingProtocolLevel^> value) 
   } 

Property Value

The Hanging Protocol Level.

Remarks

For more information, see HangingProtocolLevel

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