MultiplicityConfiguration.LeftNavigationProperty Property

[This page is specific to the Entity Framework version 6. The latest version is available as the 'Entity Framework' NuGet package. For more information about Entity Framework, see msdn.com/data/ef.]

Gets or sets the navigation property of the left end of the association.

Namespace:  Microsoft.Data.Entity.Design.CodeGeneration
Assembly:  Microsoft.Data.Entity.Design (in Microsoft.Data.Entity.Design.dll)

Syntax

'Declaration
Public Property LeftNavigationProperty As NavigationProperty 
    Get 
    Set
'Usage
Dim instance As MultiplicityConfiguration 
Dim value As NavigationProperty 

value = instance.LeftNavigationProperty

instance.LeftNavigationProperty = value
public NavigationProperty LeftNavigationProperty { get; set; }
public:
property NavigationProperty^ LeftNavigationProperty {
    NavigationProperty^ get ();
    void set (NavigationProperty^ value);
}
member LeftNavigationProperty : NavigationProperty with get, set
function get LeftNavigationProperty () : NavigationProperty 
function set LeftNavigationProperty (value : NavigationProperty)

Property Value

Type: System.Data.Entity.Core.Metadata.Edm.NavigationProperty
The navigation property of the left end of the association.

See Also

Reference

MultiplicityConfiguration Class

Microsoft.Data.Entity.Design.CodeGeneration Namespace