Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Gets the request information associated with this event.

Namespace:   Microsoft.WindowsAzure.Storage
Assembly:  Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)

Syntax

 
public RequestResult RequestInformation { get; internal set; }
 
public:
property RequestResult^ RequestInformation {
	RequestResult^ get();
	internal: void set(RequestResult^ value);
}
 
member RequestInformation : RequestResult with get, internal set
 
Public Property RequestInformation As RequestResult
	Get
	Friend Set
End Property
Return to top