Share via


HttpRequestMessageProperties.ApplyClause Property

Definition

Gets or sets the parsed OData ApplyClause of the request. The ODataMediaTypeFormatter will use this information (if any) while writing the response for this request.

public Microsoft.OData.UriParser.Aggregation.ApplyClause ApplyClause { get; set; }
member this.ApplyClause : Microsoft.OData.UriParser.Aggregation.ApplyClause with get, set
Public Property ApplyClause As ApplyClause

Property Value

Applies to