Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the navigation property of the binding.
Namespace: System.Web.Http.OData.Builder
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
public NavigationPropertyConfiguration NavigationProperty {
[CompilerGeneratedAttribute]
get;
[CompilerGeneratedAttribute]
private set;
}
public:
property NavigationPropertyConfiguration^ NavigationProperty {
[CompilerGeneratedAttribute]
NavigationPropertyConfiguration^ get();
[CompilerGeneratedAttribute]
private: void set(NavigationPropertyConfiguration^ value);
}
member NavigationProperty : NavigationPropertyConfiguration with get, private set
Public Property NavigationProperty As NavigationPropertyConfiguration
Get
Private Set
End Property
Property Value
Type: System.Web.Http.OData.Builder.NavigationPropertyConfiguration
See Also
NavigationPropertyBindingConfiguration Class
System.Web.Http.OData.Builder Namespace
Return to top