NavigationPropertyBindingConfiguration.TargetNavigationSource Property
Gets the target navigation source of the binding.
Namespace: System.Web.OData.Builder
Assembly: System.Web.OData (in System.Web.OData.dll)
Syntax
public INavigationSourceConfiguration TargetNavigationSource {
[CompilerGeneratedAttribute]
get;
[CompilerGeneratedAttribute]
private set;
}
public:
property INavigationSourceConfiguration^ TargetNavigationSource {
[CompilerGeneratedAttribute]
INavigationSourceConfiguration^ get();
[CompilerGeneratedAttribute]
private: void set(INavigationSourceConfiguration^ value);
}
member TargetNavigationSource : INavigationSourceConfiguration with get, private set
Public Property TargetNavigationSource As INavigationSourceConfiguration
Get
Private Set
End Property
Property Value
Type: System.Web.OData.Builder.INavigationSourceConfiguration
See Also
NavigationPropertyBindingConfiguration Class
System.Web.OData.Builder Namespace
Return to top