Role Property

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

Gets the association end that describes the role of this association set end.

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

Syntax

'Declaration
ReadOnly Property Role As IEdmAssociationEnd
    Get
'Usage
Dim instance As IEdmAssociationSetEnd
Dim value As IEdmAssociationEnd

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

Property Value

Type: Microsoft.Data.Edm..::..IEdmAssociationEnd
The association end that describes the role of this association set end.

See Also

Reference

IEdmAssociationSetEnd Interface

Microsoft.Data.Edm Namespace