PublishingEventArgs.UpperProgressBound Property

 

Applies To: Windows Server Update Services

Get/Set the Upper Progress value for this operation

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

Syntax

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

Property Value

Type: System.Int64

The Upper Progress value for this operation.

See Also

PublishingEventArgs Class
Microsoft.UpdateServices.Administration Namespace

Return to top