CloudException.RoutingRequestId Property
Gets the routing request identifier.
Namespace: Microsoft.WindowsAzure
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
Syntax
public string RoutingRequestId { get; set; }
public:
property String^ RoutingRequestId {
String^ get();
void set(String^ value);
}
member RoutingRequestId : string with get, set
Public Property RoutingRequestId As String
Property Value
Type: System.String
See Also
CloudException Class
Microsoft.WindowsAzure Namespace
Return to top