MultiplicityConfiguration.RightNavigationProperty Property

 

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

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

Syntax

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

Property Value

Type: System.Data.Entity.Core.Metadata.Edm.NavigationProperty

The navigation property of the right end of the association.

See Also

MultiplicityConfiguration Class
Microsoft.Data.Entity.Design.CodeGeneration Namespace

Return to top