Share via


ODataQueryOptions.SelectExpand Property

 

Gets the SelectExpandQueryOption.

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

Syntax

public SelectExpandQueryOption SelectExpand {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    private set;
}
public:
property SelectExpandQueryOption^ SelectExpand {
    [CompilerGeneratedAttribute]
    SelectExpandQueryOption^ get();
    [CompilerGeneratedAttribute]
    private: void set(SelectExpandQueryOption^ value);
}
member SelectExpand : SelectExpandQueryOption with get, private set
Public Property SelectExpand As SelectExpandQueryOption
    Get
    Private Set
End Property

Property Value

Type: System.Web.OData.Query.SelectExpandQueryOption

See Also

ODataQueryOptions Class
System.Web.OData.Query Namespace

Return to top