←Select platform

SelectorValue Property

Summary

Gets or sets a the required value of the SelectorAttribute to be used for this FilterOperation.

Syntax
C#
VB
C++
[DataMemberAttribute()] 
public string SelectorValue { get; set; } 
<DataMemberAttribute()>  
Public Property SelectorValue() As String 
   Get 
   Set 
public:  
   [DataMemberAttribute] 
   property String^ SelectorValue 
   { 
      String^ get() 
      void set(String^ value) 
   } 

Property Value

The required value of the SelectorAttribute to be used for this FilterOperation.

Remarks

The image set is filtered by the SelectorAttribute and its value (SelectorValue).

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