Share via


ODataSerializerContext.NavigationSource Property

 

Gets or sets the navigation source.

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

Syntax

public IEdmNavigationSource NavigationSource {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    set;
}
public:
property IEdmNavigationSource^ NavigationSource {
    [CompilerGeneratedAttribute]
    IEdmNavigationSource^ get();
    [CompilerGeneratedAttribute]
    void set(IEdmNavigationSource^ value);
}
member NavigationSource : IEdmNavigationSource with get, set
Public Property NavigationSource As IEdmNavigationSource

Property Value

Type: Microsoft.OData.Edm.IEdmNavigationSource

See Also

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

Return to top