|
RemoteInputAdapterPort Property
|
Gets or sets the port on which the openHistorian is broadcasting data.
Namespace: HistorianAdaptersAssembly: HistorianAdapters (in HistorianAdapters.dll) Version: 2.4.207-beta
Syntax [ConnectionStringParameterAttribute]
public int Port { get; set; }
<ConnectionStringParameterAttribute>
Public Property Port As Integer
Get
Set
public:
[ConnectionStringParameterAttribute]
property int Port {
int get ();
void set (int value);
}
[<ConnectionStringParameterAttribute>]
member Port : int with get, set
function get_Port();
function set_Port(value);
View SourceProperty Value
Int32See Also