Share via


PublishingEventArgs.CurrentProgress Property

 

Applies To: Windows Server Update Services

Get/Set the Current Progress value for this operation

Namespace:   Microsoft.UpdateServices.Administration
Assembly:  Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)

Syntax

public long CurrentProgress { get; set; }
public:
property long long CurrentProgress {
    long long get();
    void set(long long value);
}
member CurrentProgress : int64 with get, set
Public Property CurrentProgress As Long

Property Value

Type: System.Int64

The Current Progress value for this operation.

See Also

PublishingEventArgs Class
Microsoft.UpdateServices.Administration Namespace

Return to top