WaitDialog.MinimumDisplayTime Property

 

Gets or sets the minimum span of time for which to display the dialog, even if it completes before the minimum span of time elapses.

Namespace:   Microsoft.ManagementConsole.Advanced
Assembly:  Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)

Syntax

public TimeSpan MinimumDisplayTime { get; set; }
public:
property TimeSpan MinimumDisplayTime {
    TimeSpan get();
    void set(TimeSpan value);
}
member MinimumDisplayTime : TimeSpan with get, set
Public Property MinimumDisplayTime As TimeSpan

Property Value

Type: System.TimeSpan

The minimum display duration

See Also

WaitDialog Class
Microsoft.ManagementConsole.Advanced Namespace

Return to top