Share via


WindowsInstallerRepairPath.TargetId Property

 

Applies To: Windows Server Update Services

ProductCode of MSI or PatchCode for MSP

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

Syntax

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

Property Value

Type: System.Guid

The ProductCode for an MSI, or the PatchCode for an MSP.

See Also

WindowsInstallerRepairPath Class
Microsoft.UpdateServices.Administration Namespace

Return to top