BinaryReference.ProductCode Property
Gets and sets the product code for the Windows Installer package that is installed.
Namespace: Microsoft.WindowsServerSolutions.AddinInfrastructure
Assembly: AddinInfrastructure (in AddinInfrastructure.dll)
Syntax
[DataMemberAttribute(Order = 1, IsRequired = true)]
public Guid ProductCode { get; set; }
public:
[DataMemberAttribute(Order = 1, IsRequired = true)]
property Guid ProductCode {
Guid get();
void set(Guid value);
}
<DataMemberAttribute(Order := 1, IsRequired := True)>
Public Property ProductCode As Guid
Property Value
Type: System.Guid
An instance of Guid.
See Also
BinaryReference Class
Microsoft.WindowsServerSolutions.AddinInfrastructure Namespace
Return to top