Share via


SelectExpandNode.ExpandedProperties Property

Definition

Gets the list of EDM navigation properties to be expanded in the response along with the nested query options embedded in the expand. It could be null if no navigation property to expand.

public System.Collections.Generic.IDictionary<Microsoft.OData.Edm.IEdmNavigationProperty,Microsoft.OData.UriParser.ExpandedNavigationSelectItem> ExpandedProperties { get; }
member this.ExpandedProperties : System.Collections.Generic.IDictionary<Microsoft.OData.Edm.IEdmNavigationProperty, Microsoft.OData.UriParser.ExpandedNavigationSelectItem>
Public ReadOnly Property ExpandedProperties As IDictionary(Of IEdmNavigationProperty, ExpandedNavigationSelectItem)

Property Value

Applies to