Share via


SelectExpandQueryOption.SelectExpandClause Property

Gets the parsed SelectExpandClause for this query option.

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

Syntax

'Declaration
Public ReadOnly Property SelectExpandClause As SelectExpandClause 
    Get
'Usage
Dim instance As SelectExpandQueryOption 
Dim value As SelectExpandClause 

value = instance.SelectExpandClause
public SelectExpandClause SelectExpandClause { get; }
public:
property SelectExpandClause^ SelectExpandClause {
    SelectExpandClause^ get ();
}
member SelectExpandClause : SelectExpandClause
function get SelectExpandClause () : SelectExpandClause

Property Value

Type: SelectExpandClause
The parsed SelectExpandClause for this query option.

See Also

Reference

SelectExpandQueryOption Class

System.Web.Http.OData.Query Namespace