Expand Minimize
This topic has not yet been rated - Rate this topic

PublicationState Enumeration

Defines the publication states of the update.


Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
'Usage
Dim instance As PublicationState

[SerializableAttribute] 
[ComVisibleAttribute(true)] 
public enum PublicationState
/** @attribute SerializableAttribute() */ 
/** @attribute ComVisibleAttribute(true) */ 
public enum PublicationState
SerializableAttribute 
ComVisibleAttribute(true) 
public enum PublicationState
Member nameDescription
ExpiredIndicates 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).
PublishedIndicates that the update is deployable.

Development Platforms

Target Platforms

Windows Server 2008, Windows Server 2003, Windows Server 2008 R2



Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.