Share via


WindowsInstallerPatchItem.WindowsInstallerPatchCode Property

 

Applies To: Windows Server Update Services

Gets or sets MSP PatchCode GUID.

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

Syntax

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

Property Value

Type: System.Guid

The MSP update code GUID.

See Also

WindowsInstallerPatchItem Class
Microsoft.UpdateServices.Administration Namespace

Return to top