RebootEvent.RebootStartTime Property

 

Optional. Gets or sets the time the reboot started.

Namespace:   Microsoft.WindowsAzure.Management.Compute.Models
Assembly:  Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)

Syntax

public Nullable<DateTime> RebootStartTime { get; set; }
public:
property Nullable<DateTime> RebootStartTime {
    Nullable<DateTime> get();
    void set(Nullable<DateTime> value);
}
member RebootStartTime : Nullable<DateTime> with get, set
Public Property RebootStartTime As Nullable(Of Date)

Property Value

Type: System.Nullable<DateTime>

See Also

RebootEvent Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top