←Select platform

HangingProtocolUserGroupName Property

Summary

Gets or sets the Hanging Protocol User Group Name (Optional).

Syntax

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

Property Value

The Hanging Protocol User Group Name.

Remarks

This is the group or site for which this Hanging Protocol was defined.

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