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)
Usage
Visual Basic |
---|
Dim instance As OperationContext
Dim value As IList(Of RequestResult)
value = instance.RequestResults
|
Syntax
Visual Basic |
---|
Public ReadOnly Property RequestResults As IList(Of RequestResult) |
C# |
---|
public IList<RequestResult> RequestResults { get; } |
C++ |
---|
public:
property IList<RequestResult^>^ RequestResults {
IList<RequestResult^>^ get ();
} |
J# |
---|
/** @property */
public IList<RequestResult> get_RequestResults ()
|
JScript |
---|
public function get RequestResults () : IList<RequestResult>
|
Property Value
An
IList object that contains
RequestResult objects that represent the request results created by the current operation.
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
See Also