BackupItem.CorrelationId Property
Optional. Internal correlation identifier - identifies a specific backup.
Namespace: Microsoft.WindowsAzure.Management.WebSites.Models
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Syntax
public string CorrelationId { get; set; }
public:
property String^ CorrelationId {
String^ get();
void set(String^ value);
}
member CorrelationId : string with get, set
Public Property CorrelationId As String
Property Value
Type: System.String
See Also
BackupItem Class
Microsoft.WindowsAzure.Management.WebSites.Models Namespace
Return to top