IBootstrapperPackage::ProductCode Property

 

Gets the unique identifier of the package.

Namespace:   Microsoft.VisualStudio.ManagedInterfaces.Publish
Assembly:  Microsoft.VisualStudio.ManagedInterfaces (in Microsoft.VisualStudio.ManagedInterfaces.dll)

[DispIdAttribute(2)]
property String^ ProductCode {
	String^ get();
}

Property Value

Type: System::String^

The unique identifier of the package.

Return to top
Show: