Sdílet prostřednictvím


DeploymentLog.LogTime Property

 

Optional. The log time stamp.

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

Syntax

public DateTime LogTime { get; set; }
public:
property DateTime LogTime {
    DateTime get();
    void set(DateTime value);
}
member LogTime : DateTime with get, set
Public Property LogTime As Date

Property Value

Type: System.DateTime

See Also

DeploymentLog Class
Microsoft.WindowsAzure.WebSitesExtensions.Models Namespace

Return to top