BackupItem.Log Property
Optional. Information about the backup, usually used only if there was an error.
Namespace: Microsoft.WindowsAzure.Management.WebSites.Models
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Syntax
public string Log { get; set; }
public:
property String^ Log {
String^ get();
void set(String^ value);
}
member Log : string with get, set
Public Property Log As String
Property Value
Type: System.String
See Also
BackupItem Class
Microsoft.WindowsAzure.Management.WebSites.Models Namespace
Return to top