Partager via


ScopeNodeBase.ProgressTimerString Property

Gets or sets the progress timer string.

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

Usage

'Usage
Dim value As String

value = Me.ProgressTimerString

Me.ProgressTimerString = value

Syntax

'Declaration
Protected Property ProgressTimerString As String
protected string ProgressTimerString { get; set; }
protected:
property String^ ProgressTimerString {
    String^ get ();
    void set (String^ value);
}
/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
protected String get_ProgressTimerString ()

/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
protected void set_ProgressTimerString (String value)
DebuggerStepThroughAttribute 
protected function get ProgressTimerString () : String

DebuggerStepThroughAttribute 
protected function set ProgressTimerString (value : String)

Property Value

Progress timer string.

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