CleanupEventArgs.ProgressInfo Property

 

Applies To: Windows Server Update Services

Gets or sets additional information about the cleanup 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

Additional information about the cleanup event.

See Also

CleanupEventArgs Class
Microsoft.UpdateServices.Administration Namespace

Return to top