SelectExpandNode.SelectedNavigationProperties Property

 

Gets the list of EDM navigation properties to be included as links in the response.

Namespace:   System.Web.OData.Formatter.Serialization
Assembly:  System.Web.OData (in System.Web.OData.dll)

Syntax

public ISet<IEdmNavigationProperty> SelectedNavigationProperties {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    private set;
}
public:
property ISet<IEdmNavigationProperty^>^ SelectedNavigationProperties {
    [CompilerGeneratedAttribute]
    ISet<IEdmNavigationProperty^>^ get();
    [CompilerGeneratedAttribute]
    private: void set(ISet<IEdmNavigationProperty^>^ value);
}
member SelectedNavigationProperties : ISet<IEdmNavigationProperty> with get, private set
Public Property SelectedNavigationProperties As ISet(Of IEdmNavigationProperty)
    Get
    Private Set
End Property

Property Value

Type: System.Collections.Generic.ISet<IEdmNavigationProperty>

See Also

SelectExpandNode Class
System.Web.OData.Formatter.Serialization Namespace

Return to top