SelectExpandNode.ReferencedProperties 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 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)