SelectExpandNode.ReferencedNavigationProperties 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.
Caution
This property will be removed later, please use ReferencedProperties.
Gets the list of EDM navigation properties to be expand referenced in the response. keeping this is only for non-breaking changes, This should be replaced by "ReferencedProperties" later.
[System.Obsolete("This property will be removed later, please use ReferencedProperties.")]
public System.Collections.Generic.ISet<Microsoft.OData.Edm.IEdmNavigationProperty> ReferencedNavigationProperties { get; }
[<System.Obsolete("This property will be removed later, please use ReferencedProperties.")>]
member this.ReferencedNavigationProperties : System.Collections.Generic.ISet<Microsoft.OData.Edm.IEdmNavigationProperty>
Public ReadOnly Property ReferencedNavigationProperties As ISet(Of IEdmNavigationProperty)
Property Value
- Attributes