openPDC Historian Help
Server Property
NamespacesTVA.HistorianDataListenerServer
Gets or sets the DNS name or IP address of the server from where the DataListener will get the time-series data.
Declaration Syntax
C#Visual BasicVisual C++
[DefaultValueAttribute("localhost")]
public string Server { get; set; }
<DefaultValueAttribute("localhost")> _
Public Property Server As String
[DefaultValueAttribute(L"localhost")]
public:
property String^ Server {
	String^ get ();
	void set (String^ value);
}
Exceptions
ExceptionCondition
ArgumentNullExceptionThe value being assigned is a null or empty string.

Assembly: TVA.Historian (Module: TVA.Historian) Version: 1.0.33.39252