ComputerInfo.LogonServer Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Path to the system's logon server
public:
property System::String ^ LogonServer { System::String ^ get(); };
public:
property Platform::String ^ LogonServer { Platform::String ^ get(); };
public string LogonServer { get; }
member this.LogonServer : string
Public ReadOnly Property LogonServer As String