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 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