←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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly