←Select platform

MappingResource Property

Summary

Gets or sets the value for the "Mapping Resource" (0008,0105) element.

Syntax

C#
VB
Java
WinRT C#
C++
public string MappingResource { get; set; } 
Public Property MappingResource As String 
public string MappingResource {get; set;} 
public final String getMappingResource() 
public final void setMappingResource(String value) 
             
 <br/>get_MappingResource();<br/>set_MappingResource(value);<br/>Object.defineProperty('MappingResource');  
public: 
property String^ MappingResource { 
   String^ get(); 
   void set (    String^ value); 
} 

Property Value

Value indicating the "Mapping Resource" (0008,0105) element.

Example

For an example, refer to WaveformGroupCount.

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 Assembly