MappingResource Property

Summary
Gets or sets the mapping resource.
Syntax
C#
VB
C++
[DataMemberAttribute()] 
[Element(DicomTag.MappingResource)] 
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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.