SelectExpandNode.ExpandedProperties Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)