Share via


StatusInfo.RequestId Property

Optional. Gets the request ID of this import or export request. This can be used to continue to track this operation using GetStatus.

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

Usage

'Usage
Dim instance As StatusInfo
Dim value As String

value = instance.RequestId

instance.RequestId = value

Syntax

'Declaration
Public Property RequestId As String
public string RequestId { get; set; }
public:
property String^ RequestId {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_RequestId ()

/** @property */
public void set_RequestId (String value)
public function get RequestId () : String

public function set RequestId (value : String)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also

Reference

StatusInfo Class
StatusInfo Members
Microsoft.WindowsAzure.Management.Sql.Models Namespace