Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the batch responses.
Namespace: System.Web.Http.OData.Batch
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
public IEnumerable<ODataBatchResponseItem> Responses {
[CompilerGeneratedAttribute]
get;
[CompilerGeneratedAttribute]
private set;
}
public:
property IEnumerable<ODataBatchResponseItem^>^ Responses {
[CompilerGeneratedAttribute]
IEnumerable<ODataBatchResponseItem^>^ get();
[CompilerGeneratedAttribute]
private: void set(IEnumerable<ODataBatchResponseItem^>^ value);
}
member Responses : IEnumerable<ODataBatchResponseItem> with get, private set
Public Property Responses As IEnumerable(Of ODataBatchResponseItem)
Get
Private Set
End Property
Property Value
Type: System.Collections.Generic.IEnumerable<ODataBatchResponseItem>
See Also
ODataBatchContent Class
System.Web.Http.OData.Batch Namespace
Return to top