Share via


SelectExpandNode.ReferencedNavigationProperties Property

Definition

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

Applies to