ODataSerializerContext.SelectExpandClause Property
Gets or sets the SelectExpandClause.
Namespace: System.Web.Http.OData.Formatter.Serialization
Assembly: System.Web.Http.OData (in System.Web.Http.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.Data.OData.Query.SemanticAst.SelectExpandClause
See Also
ODataSerializerContext Class
System.Web.Http.OData.Formatter.Serialization Namespace
Return to top