Share via


WebSiteRestoreResponse.OperationId Property

 

Optional. OperationId for the restore operation.

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

Syntax

public string OperationId { get; set; }
public:
property String^ OperationId {
    String^ get();
    void set(String^ value);
}
member OperationId : string with get, set
Public Property OperationId As String

Property Value

Type: System.String

See Also

WebSiteRestoreResponse Class
Microsoft.WindowsAzure.Management.WebSites.Models Namespace

Return to top