| 
            
              PIPBInputAdapterServerName Property
             | 
          
        
        
            Gets or sets the name of the PI server for the adapter's PI connection.
            
        
        Namespace: PIAdaptersAssembly: PIAdapters (in PIAdapters.dll) Version: 2.4.257-beta
Syntax[ConnectionStringParameterAttribute]
public string ServerName { get; set; }<ConnectionStringParameterAttribute>
Public Property ServerName As String
	Get
	Set
public:
[ConnectionStringParameterAttribute]
property String^ ServerName {
	String^ get ();
	void set (String^ value);
}[<ConnectionStringParameterAttribute>]
member ServerName : string with get, set
function get_ServerName();
function set_ServerName(value);
 View SourceProperty Value
String
See Also