←Select platform

SelectorSHValue Property

Summary

Gets or sets the value of the attribute identified by SelectorAttribute.

Syntax

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

Property Value

The value of the attribute identified by SelectorAttribute.

Remarks

Multiple values are separated by the an embedded back-slash character. Required if SelectorAttributeVR has a value of SH.

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