Share via


ProcedureConfiguration.NavigationSource Property

 

The Navigation Source that are returned from.

Namespace:   System.Web.OData.Builder
Assembly:  System.Web.OData (in System.Web.OData.dll)

Syntax

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

Property Value

Type: System.Web.OData.Builder.NavigationSourceConfiguration

Returns NavigationSourceConfiguration.

See Also

ProcedureConfiguration Class
System.Web.OData.Builder Namespace

Return to top