Partager via


ScopeNodeBase.ProgressStatusManager Property

Gets or sets the progress status manager.

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

Usage

'Usage
Dim value As Status

value = Me.ProgressStatusManager

Me.ProgressStatusManager = value

Syntax

'Declaration
Protected Property ProgressStatusManager As Status
protected Status ProgressStatusManager { get; set; }
protected:
property Status^ ProgressStatusManager {
    Status^ get ();
    void set (Status^ value);
}
/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
protected Status get_ProgressStatusManager ()

/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
protected void set_ProgressStatusManager (Status value)
DebuggerStepThroughAttribute 
protected function get ProgressStatusManager () : Status

DebuggerStepThroughAttribute 
protected function set ProgressStatusManager (value : Status)

Property Value

System.Status object that represents the progress status manager.

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