SelectExpandNode.SelectedNavigationProperties 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 included as links in the response. It could be null.
public System.Collections.Generic.ISet<Microsoft.OData.Edm.IEdmNavigationProperty> SelectedNavigationProperties { get; }
member this.SelectedNavigationProperties : System.Collections.Generic.ISet<Microsoft.OData.Edm.IEdmNavigationProperty>
Public ReadOnly Property SelectedNavigationProperties As ISet(Of IEdmNavigationProperty)