DkmTransportConnection.GetDNSName Method
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.
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.