API Reference
Enum
WindowsUpdateDeploymentAction
Represents the Windows Update Agent deployment action used in search criteria and result mapping.
Inheritance
- Enum
- WindowsUpdateDeploymentAction
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
public override sealed String ToString(String format, IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
Values
public const WindowsUpdateDeploymentAction Unknown #The deployment action could not be determined.
Value:
-1public const WindowsUpdateDeploymentAction None #No explicit deployment action is exposed on the update.
Value:
0public const WindowsUpdateDeploymentAction Installation #The update is deployed for installation.
Value:
1public const WindowsUpdateDeploymentAction Uninstallation #The update is deployed for uninstallation.
Value:
2public const WindowsUpdateDeploymentAction Detection #The update is deployed only for applicability detection.
Value:
3public const WindowsUpdateDeploymentAction OptionalInstallation #The update is offered as an optional installation.
Value:
4public const WindowsUpdateDeploymentAction All #Special query-only value that suppresses a deployment action filter.
Value:
99