ISetupInstance.GetInstallationName 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.
Gets the unique name of the installation, often indicating the branch and other information used for telemetry.
public:
System::String ^ GetInstallationName();
public:
Platform::String ^ GetInstallationName();
std::wstring GetInstallationName();
public string GetInstallationName ();
abstract member GetInstallationName : unit -> string
Public Function GetInstallationName () As String
Returns
The unique name of the installation, often indicating the branch and other information used for telemetry.