IBootstrapperPackage.ProductCode Property
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 identifier of the package.
public:
property System::String ^ ProductCode { System::String ^ get(); };
public:
property Platform::String ^ ProductCode { Platform::String ^ get(); };
[System.Runtime.InteropServices.DispId(2)]
public string ProductCode { get; }
[<System.Runtime.InteropServices.DispId(2)>]
member this.ProductCode : string
Public ReadOnly Property ProductCode As String
Property Value
The unique identifier of the package.
- Attributes