|
RemoteInputAdapterProtocol Property
|
Gets or sets the type of connection used to connect to the openHistorian.
Namespace: HistorianAdaptersAssembly: HistorianAdapters (in HistorianAdapters.dll) Version: 2.4.207-beta
Syntax [ConnectionStringParameterAttribute]
public TransportProtocol Protocol { get; set; }
<ConnectionStringParameterAttribute>
Public Property Protocol As TransportProtocol
Get
Set
public:
[ConnectionStringParameterAttribute]
property TransportProtocol Protocol {
TransportProtocol get ();
void set (TransportProtocol value);
}
[<ConnectionStringParameterAttribute>]
member Protocol : TransportProtocol with get, set
function get_Protocol();
function set_Protocol(value);
View SourceProperty Value
TransportProtocolSee Also