←Select platform

SelectorULValue Property

Summary

Gets or sets the Selector Value if the SelectorAttributeVR is "UL".

Syntax

C#
VB
C++
[Element(DicomTag.SelectorULValue)] 
public List<long> SelectorULValue { get; set; } 
<ElementAttribute(7471224)>  
Public Property SelectorULValue() As System.Collections.Generic.List(Of Long) 
   Get 
   Set 
public:  
   [ElementAttribute(7471224)] 
   property System::Collections::Generic::List<Int64>^ SelectorULValue 
   { 
      System::Collections::Generic::List<Int64>^ get() 
      void set(System::Collections::Generic::List<Int64>^ value) 
   } 

Property Value

The Selector Value if the SelectorAttributeVR is "UL".

Remarks

If the SelectorAttributeVR is "UL", then the SelectorULValue is used as the value for the SelectorAttribute.

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