InstalledProductRegistrationAttribute::UsePackage Property

 

Gets or sets whether the product installation uses the package ID.

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

public:
property bool UsePackage {
	bool get();
}

Property Value

Type: System::Boolean

The value is true if the product installation uses the package ID, and false otherwise.

Return to top
Show: