IEdmDirectValueAnnotationBinding.Element Property
Gets the element to which the annotation is attached.
Namespace: Microsoft.Data.Edm.Annotations
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
ReadOnly Property Element As IEdmElement
Get
'Usage
Dim instance As IEdmDirectValueAnnotationBinding
Dim value As IEdmElement
value = instance.Element
IEdmElement Element { get; }
property IEdmElement^ Element {
IEdmElement^ get ();
}
abstract Element : IEdmElement
function get Element () : IEdmElement
Property Value
Type: Microsoft.Data.Edm.IEdmElement
The element to which the annotation is attached.