←Select platform

HangingProtocolCreator Property

Summary

Gets or sets the Hanging Protocol Creator (Mandatory).

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

Property Value

The Hanging Protocol Creator.

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