Gets or sets the SelectExpandClause.
Namespace:   System.Web.OData.Formatter.Serialization
Assembly:  System.Web.OData (in System.Web.OData.dll)
Syntax
public SelectExpandClause SelectExpandClause {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    set;
}
public:
property SelectExpandClause^ SelectExpandClause {
    [CompilerGeneratedAttribute]
    SelectExpandClause^ get();
    [CompilerGeneratedAttribute]
    void set(SelectExpandClause^ value);
}
member SelectExpandClause : SelectExpandClause with get, set
Public Property SelectExpandClause As SelectExpandClause
Property Value
Type: Microsoft.OData.Core.UriParser.Semantic.SelectExpandClause
See Also
ODataSerializerContext Class
System.Web.OData.Formatter.Serialization Namespace
Return to top