Gets or sets the type of connection used to connect to the TVA Historian.
Declaration Syntax
C# | Visual Basic | Visual C++ |
[ConnectionStringParameterAttribute] public TransportProtocol Protocol { get; set; }
<ConnectionStringParameterAttribute> _ Public Property Protocol As TransportProtocol Get Set
[ConnectionStringParameterAttribute] public: property TransportProtocol Protocol { TransportProtocol get (); void set (TransportProtocol value); }