IVCWizCtlUI.GetComputerName 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.
Returns the name of the computer as a string.
public:
System::String ^ GetComputerName();
public:
Platform::String ^ GetComputerName();
std::wstring GetComputerName();
[System.Runtime.InteropServices.DispId(1610743883)]
public string GetComputerName ();
[<System.Runtime.InteropServices.DispId(1610743883)>]
abstract member GetComputerName : unit -> string
Public Function GetComputerName () As String
Returns
The name of the computer as a string.
- Attributes