Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Gets or sets the set of request results that the current operation has created.

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

Syntax

 
public IList<RequestResult> RequestResults { get; }
 
public:
property IList<RequestResult^>^ RequestResults {
	IList<RequestResult^>^ get();
}
 
member RequestResults : IList<RequestResult> with get
 
Public ReadOnly Property RequestResults As IList(Of RequestResult)

Property Value

Type: System.Collections.Generic.IList<RequestResult>System.Collections.Generic::IList<RequestResult^>^System.Collections.Generic.IList<RequestResult>System.Collections.Generic.IList(Of RequestResult)

An IList object that contains RequestResult objects that represent the request results created by the current operation.

Return to top