DynamicCategoryType Enumeration
Applies To: Windows Server Update Services
Specifies the type of a dynamic category.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
[FlagsAttribute]
public enum DynamicCategoryType
[FlagsAttribute]
public enum class DynamicCategoryType
[<FlagsAttribute>]
type DynamicCategoryType
<FlagsAttribute>
Public Enumeration DynamicCategoryType
Members
Member name | Description | |
---|---|---|
Any | Represents any category type. |
|
Application | Represents a specific Windows Store application. |
|
ComputerModel | Represents a class of computers. |
|
Device | Represents a specific device of a computer system. |
See Also
Microsoft.UpdateServices.Administration Namespace
Return to top