←Select platform

WCFSelectorAttribute Property

Summary

Gets or sets the WCFSelectorAttribute property.

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

Property Value

The WCFSelectorAttribute property.

Remarks

The WCFSelectorAttribute is a string representation of SelectorAttribute. Getting WCFSelectorAttribute returns a string representation of a SelectorAttribute. Setting WCFSelectorAttribute converts the string to along, and stores the result in SelectorAttribute.

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