Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the element to which the annotation is attached.
Namespace: Microsoft.Data.Edm.Library.Annotations
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
Public ReadOnly Property Element As IEdmElement
Get
'Usage
Dim instance As EdmDirectValueAnnotationBinding
Dim value As IEdmElement
value = instance.Element
public IEdmElement Element { get; }
public:
virtual property IEdmElement^ Element {
IEdmElement^ get () sealed;
}
abstract Element : IEdmElement
override Element : IEdmElement
final function get Element () : IEdmElement
Property Value
Type: Microsoft.Data.Edm.IEdmElement
The element to which the annotation is attached.
Implements
IEdmDirectValueAnnotationBinding.Element