Share via


WindowsInstallerItem.WindowsInstallerProductCode Property

 

Applies To: Windows Server Update Services

Get/Set ProductCode.

Namespace:   Microsoft.UpdateServices.Administration
Assembly:  Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)

Syntax

public Guid WindowsInstallerProductCode { get; set; }
public:
property Guid WindowsInstallerProductCode {
    Guid get();
    void set(Guid value);
}
member WindowsInstallerProductCode : Guid with get, set
Public Property WindowsInstallerProductCode As Guid

Property Value

Type: System.Guid

The MSI product code.

See Also

WindowsInstallerItem Class
Microsoft.UpdateServices.Administration Namespace

Return to top