EdmNavigationPropertyInfo.Target Property

Gets or sets the entity type that this navigation property belongs to.

Namespace:  Microsoft.Data.Edm.Library
Assembly:  Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)

Syntax

'Declaration
Public Property Target As IEdmEntityType 
    Get 
    Set
'Usage
Dim instance As EdmNavigationPropertyInfo 
Dim value As IEdmEntityType 

value = instance.Target

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

Property Value

Type: Microsoft.Data.Edm.IEdmEntityType
The entity type that this navigation property belongs to.

See Also

Reference

EdmNavigationPropertyInfo Class

Microsoft.Data.Edm.Library Namespace