End1 Property

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

Gets the first end of the association.

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

Syntax

'Declaration
ReadOnly Property End1 As IEdmAssociationEnd
    Get
'Usage
Dim instance As IEdmAssociation
Dim value As IEdmAssociationEnd

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

Property Value

Type: Microsoft.Data.Edm..::..IEdmAssociationEnd
The first end of the association.

See Also

Reference

IEdmAssociation Interface

Microsoft.Data.Edm Namespace