RestartComputerTimeoutException.Timeout Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The timeout value specified by the user. It indicates the seconds to wait before timeout.
public:
property int Timeout { int get(); };
public:
property int Timeout { int get(); };
public int Timeout { get; }
member this.Timeout : int
Public ReadOnly Property Timeout As Integer