←Select platform

SelectorSSValue Property

Summary

Gets or sets the value(s) of the attribute identified by SelectorAttribute.

Syntax

C#
VB
C++
[Element(DicomTag.SelectorSSValue)] 
public List<short> SelectorSSValue { get; set; } 
<ElementAttribute(7471230)>  
Public Property SelectorSSValue() As System.Collections.Generic.List(Of Short) 
   Get 
   Set 
public:  
   [ElementAttribute(7471230)] 
   property System::Collections::Generic::List<short>^ SelectorSSValue 
   { 
      System::Collections::Generic::List<short>^ get() 
      void set(System::Collections::Generic::List<short>^ value) 
   } 

Property Value

The value(s) of the attribute identified by SelectorAttribute.

Remarks

Required if SelectorAttributeVR has a value of SS.

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