←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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly