Share via


EdmPropertyValueBinding.BoundProperty Property

Gets or sets the property that is given a value by the annotation.

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

Syntax

'Declaration
Public ReadOnly Property BoundProperty As IEdmProperty 
    Get
'Usage
Dim instance As EdmPropertyValueBinding 
Dim value As IEdmProperty 

value = instance.BoundProperty
public IEdmProperty BoundProperty { get; }
public:
virtual property IEdmProperty^ BoundProperty {
    IEdmProperty^ get () sealed;
}
abstract BoundProperty : IEdmProperty 
override BoundProperty : IEdmProperty
final function get BoundProperty () : IEdmProperty

Property Value

Type: Microsoft.Data.Edm.IEdmProperty

Implements

IEdmPropertyValueBinding.BoundProperty

See Also

Reference

EdmPropertyValueBinding Class

Microsoft.Data.Edm.Library.Annotations Namespace