←Select platform

MappingResourceUID Property

Summary

Gets or sets the Mapping Resource UID (Optional).

Syntax

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

Property Value

The Mapping Resource UID.

Remarks

A Unique identifier that identifies the Mapping Resource that defines the Context Group.

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