IUpdateCategory.Id Property

 

Applies To: Windows Server Update Services

Gets the GUID of the category.

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

Syntax

Guid Id { get; }
property Guid Id {
    Guid get();
}
abstract Id : Guid with get
ReadOnly Property Id As Guid

Property Value

Type: System.Guid

The GUID of the category.

See Also

IUpdateCategory Interface
Microsoft.UpdateServices.Administration Namespace

Return to top