DkmTransportConnection.GetDNSName Method

Definition

Provides the physical DNS host name that the target computer uses.

public:
 System::String ^ GetDNSName();
public:
 Platform::String ^ GetDNSName();
std::wstring GetDNSName();
public string GetDNSName ();
member this.GetDNSName : unit -> string
Public Function GetDNSName () As String

Returns

[Out] Computer name. For more information, see ComputerNamePhysicalDnsHostname in the Win32 documentation for GetComputerNameEx.

Applies to