ISetupInstance.GetInstanceId 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 instance identifier (should match the name of the parent instance directory).
public:
System::String ^ GetInstanceId();
public:
Platform::String ^ GetInstanceId();
std::wstring GetInstanceId();
public string GetInstanceId ();
abstract member GetInstanceId : unit -> string
Public Function GetInstanceId () As String
Returns
The instance identifier.