←Select platform

HangingProtocolCreator Property

Summary

Gets or sets the Hanging Protocol Creator (Mandatory).

Syntax

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

Property Value

The Hanging Protocol Creator.

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