ArcFM Responder Mobile Developer Guide
Values Property (TcpChannel)






Syntax
'Declaration
 
Public Overridable ReadOnly Property Values As System.Collections.ICollection
'Usage
 
Dim instance As TcpChannel
Dim value As System.Collections.ICollection
 
value = instance.Values
public virtual System.Collections.ICollection Values {get;}
public read-only property Values: System.Collections.ICollection; virtual; 
public function get Values : System.Collections.ICollection
public: __property virtual System.Collections.ICollection* get_Values();
public:
virtual property System.Collections.ICollection^ Values {
   System.Collections.ICollection^ get();
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

TcpChannel Class
TcpChannel Members

Send Feedback