ScopeNodeBase.ProgressCounter Property

Gets or sets the progress counter value.

Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)

Usage

'Usage
Dim value As Integer

value = Me.ProgressCounter

Me.ProgressCounter = value

Syntax

'Declaration
Protected Property ProgressCounter As Integer
protected int ProgressCounter { get; set; }
protected:
property int ProgressCounter {
    int get ();
    void set (int value);
}
/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
protected int get_ProgressCounter ()

/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
protected void set_ProgressCounter (int value)
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

Reference

ScopeNodeBase Class
ScopeNodeBase Members
Microsoft.ConfigurationManagement.AdminConsole Namespace