PublishingEventArgs.ProgressInfo Property
Applies To: Windows Server Update Services
Get/Set any additional information about the progress event
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
public string ProgressInfo { get; set; }
public:
property String^ ProgressInfo {
String^ get();
void set(String^ value);
}
member ProgressInfo : string with get, set
Public Property ProgressInfo As String
Property Value
Type: System.String
Any additional information about the progress event.
See Also
PublishingEventArgs Class
Microsoft.UpdateServices.Administration Namespace
Return to top