IDynamicCategory Interface
Applies To: Windows Server Update Services
Provides an interface for the Dynamic Category object.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
public interface IDynamicCategory
public interface class IDynamicCategory
type IDynamicCategory = interface end
Public Interface IDynamicCategory
Properties
Name | Description | |
---|---|---|
DiscoveryTime | Gets the date and time, in UTC, when this dynamic category was added to the WSUS server. |
|
Id | Gets the ID of the dynamic category. |
|
IsUpdateSyncEnabled | Gets and sets whether updates are syncing for this dynamic category. |
|
Name | Gets the name of the dynamic category. |
|
Type | Gets the type of the dynamic category. |
See Also
Microsoft.UpdateServices.Administration Namespace
Return to top