←Select platform

HangingProtocolName Property

Summary

Gets or sets the Hanging Protocol Name (Mandatory).

Syntax
C#
VB
C++
[Element(DicomTag.HangingProtocolName)] 
[DataMemberAttribute()] 
public string HangingProtocolName { get; set; } 
<DataMemberAttribute(),  
 ElementAttribute(New DicomTag.HangingProtocolName())>  
Public Property HangingProtocolName() As String 
   Get 
   Set 
public:  
   [DataMemberAttribute,  
   ElementAttribute((gcnew DicomTag::HangingProtocolName()))] 
   property String^ HangingProtocolName 
   { 
      String^ get() 
      void set(String^ value) 
   } 

Property Value

The Hanging Protocol Name.

Remarks

The HangingProtocolName is a brief description of the hanging protocol.

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