DeploymentLog.Type Property
Optional. The type.
Namespace: Microsoft.WindowsAzure.WebSitesExtensions.Models
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Syntax
public LogEntryType Type { get; set; }
public:
property LogEntryType Type {
LogEntryType get();
void set(LogEntryType value);
}
member Type : LogEntryType with get, set
Public Property Type As LogEntryType
Property Value
Type: Microsoft.WindowsAzure.WebSitesExtensions.Models.LogEntryType
See Also
DeploymentLog Class
Microsoft.WindowsAzure.WebSitesExtensions.Models Namespace
Return to top