C#
VB
C++
Gets or sets the value(s) of the attribute identified by SelectorAttribute.
[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)
}
The value(s) of the attribute identified by SelectorAttribute.
Required if SelectorAttributeVR has a value of UL.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET