IDynamicCategory.Id Property
Applies To: Windows Server Update Services
Gets the ID of the dynamic 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 ID.
See Also
IDynamicCategory Interface
Microsoft.UpdateServices.Administration Namespace
Return to top