|   | DataSubscriberUseSimpleTcpClient Property | 
        
        
            Gets or sets flag that determines if a 
TcpSimpleClient should be used for connection.
            
 GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.257-beta
 Syntax
Syntaxpublic bool UseSimpleTcpClient { get; set; }Public Property UseSimpleTcpClient As Boolean
	Get
	Set
public:
property bool UseSimpleTcpClient {
	bool get ();
	void set (bool value);
}member UseSimpleTcpClient : bool with get, set
function get_UseSimpleTcpClient();
function set_UseSimpleTcpClient(value);
Property Value
Boolean See Also
See Also