PublicationState Enumeration
Applies To: Windows Server Update Services
Defines the publication states of the update.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
[SerializableAttribute]
[ComVisibleAttribute(true)]
public enum PublicationState
[SerializableAttribute]
[ComVisibleAttribute(true)]
public enum class PublicationState
[<SerializableAttribute>]
[<ComVisibleAttribute(true)>]
type PublicationState
<SerializableAttribute>
<ComVisibleAttribute(True)>
Public Enumeration PublicationState
Members
Member name | Description | |
---|---|---|
Expired | Indicates that the update is not deployable. The publisher of the update no longer wants the update to be deployed (this may occur if the publisher finds a problem with the update). |
|
Published | Indicates that the update is deployable. |
See Also
Microsoft.UpdateServices.Administration Namespace
Return to top