NavigationPropertyBindingConfiguration.NavigationProperty Property
Gets the navigation property of the binding.
Namespace: System.Web.OData.Builder
Assembly: System.Web.OData (in System.Web.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.OData.Builder.NavigationPropertyConfiguration
See Also
NavigationPropertyBindingConfiguration Class
System.Web.OData.Builder Namespace
Return to top