←Select platform

WCFSelectorSequencePointerItems Property

Summary

Gets or sets the WCFSelectorSequencePointerItems property

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

Property Value

The WCFSelectorSequencePointerItems property

Remarks

The WCFSelectorSequencePointerItems is a string representation of the SelectorSequencePointerItems. Getting WCFSelectorSequencePointerItems returns a string representation of SelectorSequencePointerItems, and setting WCFSelectorSequencePointerItems converts the backslash separated list of strings to longs, and sets SelectorSequencePointerItems accordingly. For example, if SelectorSequencePointerItems is [1,2,1] then getting WCFSelectorSequencePointerItems returns the string @"1\2\1".

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