PublishingEventArgs.ProgressStep Property
Applies To: Windows Server Update Services
Get/Set the PublishingProcessProgressStep for this event
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
public PublishingProcessProgressStep ProgressStep { get; set; }
public:
property PublishingProcessProgressStep ProgressStep {
PublishingProcessProgressStep get();
void set(PublishingProcessProgressStep value);
}
member ProgressStep : PublishingProcessProgressStep with get, set
Public Property ProgressStep As PublishingProcessProgressStep
Property Value
Type: Microsoft.UpdateServices.Administration.PublishingProcessProgressStep
The PublishingProcessProgressStep for this event
See Also
PublishingEventArgs Class
Microsoft.UpdateServices.Administration Namespace
Return to top