MsiComponentIdAttribute::Id Property

 

The Id property returns a string containing the Windows Installer component registration ID.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
property String^ Id {
	String^ get();
}

Property Value

Type: System::String^

Returns a string containing the Windows Installer component registration ID.

The Windows Installer component registration ID is used to indicate the installation path to the component within the MSI installer.

Return to top
Show: