Delay Property (RestartComputerTask)
In This Topic
Time (in seconds) to delay before shutting down.
Syntax
'Declaration
Public Property Delay As Integer
public int Delay {get; set;}
public:
property int Delay {
int get();
void set ( int value);
}
See Also