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
System_CAPS_pubproperty DiscoveryTime

Gets the date and time, in UTC, when this dynamic category was added to the WSUS server.

System_CAPS_pubproperty Id

Gets the ID of the dynamic category.

System_CAPS_pubproperty IsUpdateSyncEnabled

Gets and sets whether updates are syncing for this dynamic category.

System_CAPS_pubproperty Name

Gets the name of the dynamic category.

System_CAPS_pubproperty Type

Gets the type of the dynamic category.

See Also

Microsoft.UpdateServices.Administration Namespace

Return to top