|
DataListenerConnectToServer Property
|
Gets or sets a boolean value that indicates whether the
DataListener will connect to the
Server
for receiving the time-series data or the
Server will make a connection to the
DataListener on
the specified
Port for sending time-series data.
Namespace: GSF.HistorianAssembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.248-beta
Syntax[DefaultValueAttribute(true)]
public bool ConnectToServer { get; set; }
<DefaultValueAttribute(true)>
Public Property ConnectToServer As Boolean
Get
Set
public:
[DefaultValueAttribute(true)]
property bool ConnectToServer {
bool get ();
void set (bool value);
}
[<DefaultValueAttribute(true)>]
member ConnectToServer : bool with get, set
function get_ConnectToServer();
function set_ConnectToServer(value);
View SourceProperty Value
Boolean
See Also