Gets or sets the progress timer string.
Namespace:
Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in
microsoft.configurationmanagement.dll)
Usage
Visual Basic |
Dim value As String
value = Me.ProgressTimerString
Me.ProgressTimerString = value
|
Syntax
Visual Basic |
Protected Property ProgressTimerString As String
|
C# |
protected string ProgressTimerString { get; set; }
|
C++ |
protected:
property String^ ProgressTimerString {
String^ get ();
void set (String^ value);
}
|
J# |
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
protected String get_ProgressTimerString ()
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
protected void set_ProgressTimerString (String value)
|
JScript |
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