←Select platform

SelectorCSValue Property

Summary

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

Syntax

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

Property Value

The Selector Value if the SelectorAttributeVR is "CS".

Remarks

If the SelectorAttributeVR is "CS", then the SelectorCSValue 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