Share via


SelectExpandNode.ReferencedProperties Property

Definition

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

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

Property Value

Applies to