InstallableItem.Id Property

 

Applies To: Windows Server Update Services

Gets the GUID of the item.

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

Syntax

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

Property Value

Type: System.Guid

The GUID of the item.

See Also

InstallableItem Class
Microsoft.UpdateServices.Administration Namespace

Return to top