←Select platform

SelectorUIValue Property

Summary

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

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

Property Value

The value of the attribute identified by SelectorAttribute.

Remarks

Required if SelectorAttributeVR has a value of UI.

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