Share via


WindowsInstallerPatchItem.WindowsInstallerFullFilePatchCode Property

 

Applies To: Windows Server Update Services

Gets or sets full file update code GUID.

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

Syntax

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

Property Value

Type: System.Guid

The full file update code GUID.

See Also

WindowsInstallerPatchItem Class
Microsoft.UpdateServices.Administration Namespace

Return to top