To Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets the destination end of this navigation property.

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

Syntax

'Declaration
ReadOnly Property To As IEdmAssociationEnd
    Get
'Usage
Dim instance As IEdmNavigationProperty
Dim value As IEdmAssociationEnd

value = instance.To
IEdmAssociationEnd To { get; }
property IEdmAssociationEnd^ To {
    IEdmAssociationEnd^ get ();
}
abstract To : IEdmAssociationEnd
function get To () : IEdmAssociationEnd

Property Value

Type: Microsoft.Data.Edm..::..IEdmAssociationEnd
The destination end of this navigation property.

See Also

Reference

IEdmNavigationProperty Interface

Microsoft.Data.Edm Namespace