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 this association set.

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

Syntax

'Declaration
ReadOnly Property End1 As IEdmAssociationSetEnd
    Get
'Usage
Dim instance As IEdmAssociationSet
Dim value As IEdmAssociationSetEnd

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

Property Value

Type: Microsoft.Data.Edm..::..IEdmAssociationSetEnd
The first end of this association set.

See Also

Reference

IEdmAssociationSet Interface

Microsoft.Data.Edm Namespace