Gets or sets the port on which the remote historian is listening.
Declaration Syntax
C# | Visual Basic | Visual C++ |
[ConnectionStringParameterAttribute] [DefaultValueAttribute()] public int Port { get; set; }
<ConnectionStringParameterAttribute> _ <DefaultValueAttribute()> _ Public Property Port As Integer Get Set
[ConnectionStringParameterAttribute] [DefaultValueAttribute()] public: property int Port { int get (); void set (int value); }