Gets or sets the DNS name or IP address of the server from where the DataListener will get the time-series data.
            
| C# | Visual Basic | Visual 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); }
| Exception | Condition | 
|---|---|
| ArgumentNullException | The value being assigned is a null or empty string. |