Keysight Pathwave 89600 VSA .NET API
Server Property
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > License Class : Server Property


Glossary Item Box

Gets the computer host name that contains this license.

Syntax

Visual Basic (Declaration) 
Public MustOverride ReadOnly Property Server As String
C# 
public abstract string Server {get;}
C++/CLI 
public:
abstract property String^ Server {
   String^ get();
}

Remarks

Only floating licenses use the Server field. If this is a node-locked license or not a valid license, then server is an empty string.

Requirements

Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)

See Also