IUpdate.PublicationState Property
Applies To: Windows Server Update Services
Gets the publication state of the update.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
PublicationState PublicationState { get; }
property PublicationState PublicationState {
PublicationState get();
}
abstract PublicationState : PublicationState with get
ReadOnly Property PublicationState As PublicationState
Property Value
Type: Microsoft.UpdateServices.Administration.PublicationState
The publication state of the update. Indicates if the update is deployed or has expired. For possible values, see PublicationState.
See Also
IUpdate Interface
Microsoft.UpdateServices.Administration Namespace
Return to top