| 
            
              RemoteOutputAdapterServer Property
             | 
          
        
        
            Gets or sets the host name for the server hosting the remote historian.
            
        
        Namespace: HistorianAdaptersAssembly: HistorianAdapters (in HistorianAdapters.dll) Version: 2.4.258-beta
Syntax[ConnectionStringParameterAttribute]
public string Server { get; set; }<ConnectionStringParameterAttribute>
Public Property Server As String
	Get
	Set
public:
[ConnectionStringParameterAttribute]
property String^ Server {
	String^ get ();
	void set (String^ value);
}[<ConnectionStringParameterAttribute>]
member Server : string with get, set
function get_Server();
function set_Server(value);
 View SourceProperty Value
String
See Also