MappingResource Property

Summary

Gets or sets the mapping resource.

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

Property Value

The mapping resource.

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