Share via


HttpRequestMessageProperties.SelectExpandClause Property

 

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.

Namespace:   System.Web.Http.OData.Extensions
Assembly:  System.Web.Http.OData (in System.Web.Http.OData.dll)

Syntax

public SelectExpandClause SelectExpandClause { get; set; }
public:
property SelectExpandClause^ SelectExpandClause {
    SelectExpandClause^ get();
    void set(SelectExpandClause^ value);
}
member SelectExpandClause : SelectExpandClause with get, set
Public Property SelectExpandClause As SelectExpandClause

Property Value

Type: Microsoft.Data.OData.Query.SemanticAst.SelectExpandClause

See Also

HttpRequestMessageProperties Class
System.Web.Http.OData.Extensions Namespace

Return to top