Share via


SelectExpandNode.ExpandedNavigationProperties Property

 

Gets the list of EDM navigation properties to be expanded in the response.

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

Syntax

public IDictionary<IEdmNavigationProperty, SelectExpandClause> ExpandedNavigationProperties {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    private set;
}
public:
property IDictionary<IEdmNavigationProperty^, SelectExpandClause^>^ ExpandedNavigationProperties {
    [CompilerGeneratedAttribute]
    IDictionary<IEdmNavigationProperty^, SelectExpandClause^>^ get();
    [CompilerGeneratedAttribute]
    private: void set(IDictionary<IEdmNavigationProperty^, SelectExpandClause^>^ value);
}
member ExpandedNavigationProperties : IDictionary<IEdmNavigationProperty, SelectExpandClause> with get, private set
Public Property ExpandedNavigationProperties As IDictionary(Of IEdmNavigationProperty, SelectExpandClause)
    Get
    Private Set
End Property

Property Value

Type: System.Collections.Generic.IDictionary<IEdmNavigationProperty, SelectExpandClause>

See Also

SelectExpandNode Class
System.Web.Http.OData.Formatter.Serialization Namespace

Return to top