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 request messages in the ChangeSet.
Namespace: System.Web.Http.OData.Batch
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
public IEnumerable<HttpRequestMessage> Requests {
[CompilerGeneratedAttribute]
get;
[CompilerGeneratedAttribute]
private set;
}
public:
property IEnumerable<HttpRequestMessage^>^ Requests {
[CompilerGeneratedAttribute]
IEnumerable<HttpRequestMessage^>^ get();
[CompilerGeneratedAttribute]
private: void set(IEnumerable<HttpRequestMessage^>^ value);
}
member Requests : IEnumerable<HttpRequestMessage> with get, private set
Public Property Requests As IEnumerable(Of HttpRequestMessage)
Get
Private Set
End Property
Property Value
Type: System.Collections.Generic.IEnumerable<HttpRequestMessage>
See Also
ChangeSetRequestItem Class
System.Web.Http.OData.Batch Namespace
Return to top