Share via


ODataBatchContent.Responses Property

 

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