←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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly