Share via


HttpRequestMessageProperties.SelectExpandClause Property

Definition

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

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

Property Value

Applies to