Gets or sets the progress counter value. Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)

Usage

Visual Basic
Dim value As Integer

value = Me.ProgressCounter

Me.ProgressCounter = value

Syntax

Visual Basic
Protected Property ProgressCounter As Integer
C#
protected int ProgressCounter { get; set; }
C++
protected:
property int ProgressCounter {
		int get ();
		void set (int value);
}
J#
/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
protected int get_ProgressCounter ()

/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
protected void set_ProgressCounter (int value)
JScript
DebuggerStepThroughAttribute 
protected function get ProgressCounter () : int

DebuggerStepThroughAttribute 
protected function set ProgressCounter (value : int)

Property Value

Progress counter value.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also