←Select platform

URNCodeValue Property

Summary

Gets or sets the URN Code Value.

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

Property Value

The URN Code Value.

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