Share via


InformationPanel.Progress Property

Gets or sets the integer value of the property.

Namespace:  Microsoft.SqlServer.Management.Controls
Assembly:  Microsoft.SqlServer.Management.Controls (in Microsoft.SqlServer.Management.Controls.dll)

Syntax

'Declaration
Public Property Progress As Integer
    Get
    Set
'Usage
Dim instance As InformationPanel
Dim value As Integer

value = instance.Progress

instance.Progress = value
public int Progress { get; set; }
public:
property int Progress {
    int get ();
    void set (int value);
}
member Progress : int with get, set
function get Progress () : int
function set Progress (value : int)

Property Value

Type: System.Int32
The position within the range of the progress bar. The default is 0.